View Source GoogleApi.Classroom.V1.Model.ModifyAnnouncementAssigneesRequest (google_api_classroom v0.21.2)
Request to modify assignee mode and options of an announcement.
Attributes
-
assigneeMode(type:String.t, default:nil) - Mode of the announcement describing whether it is accessible by all students or specified individual students. -
modifyIndividualStudentsOptions(type:GoogleApi.Classroom.V1.Model.ModifyIndividualStudentsOptions.t, default:nil) - Set which students can view or cannot view the announcement. Must be specified only whenassigneeModeisINDIVIDUAL_STUDENTS.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Classroom.V1.Model.ModifyAnnouncementAssigneesRequest{ assigneeMode: String.t() | nil, modifyIndividualStudentsOptions: GoogleApi.Classroom.V1.Model.ModifyIndividualStudentsOptions.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.