state property

String? state
getter/setter pair

Status of this course work.

If unspecified, the default state is DRAFT. Possible string values are:

  • "COURSE_WORK_STATE_UNSPECIFIED" : No state specified. This is never returned.
  • "PUBLISHED" : Status for work that has been published. This is the default state.
  • "DRAFT" : Status for work that is not yet published. Work in this state is visible only to course teachers and domain administrators.
  • "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.

Implementation

core.String? state;