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