GoogleApi.Classroom.V1.Model.ModifyCourseWorkAssigneesRequest (google_api_classroom v0.18.0) View Source
Request to modify assignee mode and options of a coursework.
Attributes
-
assigneeMode
(type:String.t
, default:nil
) - Mode of the coursework describing whether it will be assigned to all students or specified individual students. -
modifyIndividualStudentsOptions
(type:GoogleApi.Classroom.V1.Model.ModifyIndividualStudentsOptions.t
, default:nil
) - Set which students are assigned or not assigned to the coursework. Must be specified only whenassigneeMode
isINDIVIDUAL_STUDENTS
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Classroom.V1.Model.ModifyCourseWorkAssigneesRequest{ assigneeMode: String.t() | nil, modifyIndividualStudentsOptions: GoogleApi.Classroom.V1.Model.ModifyIndividualStudentsOptions.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.