Enum CoursesResource.CourseWorkMaterialsResource.ListRequest.CourseWorkMaterialStatesEnum
Restriction on the work status to return. Only course work material that matches is returned. If
unspecified, items with a work status of PUBLISHED
is returned.
Namespace: Google.Apis.Classroom.v1
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public enum CoursesResource.CourseWorkMaterialsResource.ListRequest.CourseWorkMaterialStatesEnum
Fields
Name | Description |
---|---|
COURSEWORKMATERIALSTATEUNSPECIFIED | No state specified. This is never returned. |
DELETED | Status for course work material that was published but is now deleted. Course work material in this state is visible only to course teachers and domain administrators. Course work material in this state is deleted after some time. |
DRAFT | Status for a course work material that is not yet published. Course work material in this state is visible only to course teachers and domain administrators. |
PUBLISHED | Status for course work material that has been published. This is the default state. |