Class: Google::Apis::ClassroomV1::CourseRosterChangesInfo

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/classroom_v1/classes.rb,
generated/google/apis/classroom_v1/representations.rb,
generated/google/apis/classroom_v1/representations.rb

Overview

Information about a Feed with a feed_type of COURSE_ROSTER_CHANGES.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CourseRosterChangesInfo

Returns a new instance of CourseRosterChangesInfo.



470
471
472
# File 'generated/google/apis/classroom_v1/classes.rb', line 470

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#course_idString

The course_id of the course to subscribe to roster changes for. Corresponds to the JSON property courseId

Returns:

  • (String)


468
469
470
# File 'generated/google/apis/classroom_v1/classes.rb', line 468

def course_id
  @course_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



475
476
477
# File 'generated/google/apis/classroom_v1/classes.rb', line 475

def update!(**args)
  @course_id = args[:course_id] if args.key?(:course_id)
end