state property

String? state
getter/setter pair

Status of this course work material.

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

  • "COURSEWORK_MATERIAL_STATE_UNSPECIFIED" : No state specified. This is never returned.
  • "PUBLISHED" : Status for course work material that has been published. This is the default state.
  • "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.
  • "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.

Implementation

core.String? state;