class Google::Apis::ClassroomV1::ModifyAnnouncementAssigneesRequest
Request to modify assignee mode and options of an announcement.
Attributes
assignee_mode[RW]
Mode of the announcement describing whether it is accessible by all students or specified individual students. Corresponds to the JSON property `assigneeMode` @return [String]
modify_individual_students_options[RW]
Contains fields to add or remove students from a course work or announcement where the `assigneeMode` is set to `INDIVIDUAL_STUDENTS`. Corresponds to the JSON property `modifyIndividualStudentsOptions` @return [Google::Apis::ClassroomV1::ModifyIndividualStudentsOptions]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/classroom_v1/classes.rb, line 1572 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/classroom_v1/classes.rb, line 1577 def update!(**args) @assignee_mode = args[:assignee_mode] if args.key?(:assignee_mode) @modify_individual_students_options = args[:modify_individual_students_options] if args.key?(:modify_individual_students_options) end