assigneeMode property

String? assigneeMode
getter/setter pair

Assignee mode of the announcement.

If unspecified, the default value is ALL_STUDENTS. Possible string values are:

  • "ASSIGNEE_MODE_UNSPECIFIED" : No mode specified. This is never returned.
  • "ALL_STUDENTS" : All students can see the item. This is the default state.
  • "INDIVIDUAL_STUDENTS" : A subset of the students can see the item.

Implementation

core.String? assigneeMode;