Show / Hide Table of Contents

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 state. A course may only be changed to DECLINED if it is in the PROVISIONED state.

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 ACTIVE or DECLINED states. A course may only be changed to PROVISIONED if it is in the DECLINED state.

SUSPENDED

The course has been suspended. You cannot modify the course, and only the user identified by the owner_id can view the course. A course may be placed in this state if it potentially violates the Terms of Service.

In this article
Back to top Generated by DocFX