Enum CoursesResource.ListRequest.CourseStatesEnum
Restricts returned courses to those in one of the specified states The default value is ACTIVE, ARCHIVED, PROVISIONED, DECLINED.
Namespace: Google.Apis.Classroom.v1
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public enum CoursesResource.ListRequest.CourseStatesEnum
Fields
Name | Description |
---|---|
ACTIVE | The course is active. |
ARCHIVED | The course has been archived. You cannot modify it except to change it to a different state. |
COURSESTATEUNSPECIFIED | No course state. No returned Course message will use this value. |
DECLINED | The course has been created, but declined. It is accessible by the course owner and domain
administrators, though it will not be displayed in the web UI. You cannot modify the course except
to change it to the |
PROVISIONED | The course has been created, but not yet activated. It is accessible by the primary teacher and
domain administrators, who may modify it or change it to the |
SUSPENDED | The course has been suspended. You cannot modify the course, and only the user identified by the
|