assigneeMode property
Mode of the coursework describing whether it will be assigned to all students or specified individual 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;