Classroom Parameters
Stay organized with collections
Save and categorize content based on your preferences.
This document lists the parameters for
various types of
Classroom activity events. You can retrieve these events by
calling UserUsageReport.get()
with parameters=classroom:PARAMETER
.
Name |
Type |
Description |
classroom_last_usage_date_usec |
integer |
None |
num_courses_created |
integer |
The number of courses the user created on this report date. |
num_posts_created |
integer |
The number of posts the user created on this report date. |
role |
string |
The user's role, which can be either 'student' or 'teacher', depending on whether the user taught a course active in the last 30 days. |
timestamp_last_interaction |
integer |
The timestamp of the last time the user took an action on Classroom. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
[null,null,["Last updated 2025-08-28 UTC."],[],[],null,["# Classroom Parameters\n\nThis document lists the parameters for\nvarious types of\nClassroom activity events. You can retrieve these events by\ncalling [UserUsageReport.get()](/workspace/admin/reports/v1/reference/userUsageReport/get)\nwith `parameters=classroom:`\u003cvar class=\"apiparam\" translate=\"no\"\u003ePARAMETER\u003c/var\u003e.\n\n| Name | Type | Description |\n|--------------------------------|---------|----------------------------------------------------------------------------------------------------------------------------------------|\n| classroom_last_usage_date_usec | integer | None |\n| num_courses_created | integer | The number of courses the user created on this report date. |\n| num_posts_created | integer | The number of posts the user created on this report date. |\n| role | string | The user's role, which can be either 'student' or 'teacher', depending on whether the user taught a course active in the last 30 days. |\n| timestamp_last_interaction | integer | The timestamp of the last time the user took an action on Classroom. |"]]