Show / Hide Table of Contents

Enum CoursesResource.CourseWorkResource.ListRequest.CourseWorkStatesEnum

Restriction on the work status to return. Only courseWork 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.CourseWorkResource.ListRequest.CourseWorkStatesEnum

Fields

Name Description
COURSEWORKSTATEUNSPECIFIED

No state specified. This is never returned.

DELETED

Status for work that was published but is now deleted. Work in this state is visible only to course teachers and domain administrators. Work in this state is deleted after some time.

DRAFT

Status for work that is not yet published. Work in this state is visible only to course teachers and domain administrators.

PUBLISHED

Status for work that has been published. This is the default state.

In this article
Back to top Generated by DocFX