class Google::Apis::ClassroomV1::IndividualStudentsOptions

Assignee details about a coursework/announcement. This field is set if and only if `assigneeMode` is `INDIVIDUAL_STUDENTS`.

Attributes

student_ids[RW]

Identifiers for the students that have access to the coursework/announcement. Corresponds to the JSON property `studentIds` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/classroom_v1/classes.rb, line 1123
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 1128
def update!(**args)
  @student_ids = args[:student_ids] if args.key?(:student_ids)
end