Class: Google::Apis::ClassroomV1::CourseRosterChangesInfo
- Inherits:
-
Object
- Object
- Google::Apis::ClassroomV1::CourseRosterChangesInfo
- 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
-
#course_id ⇒ String
The
course_id
of the course to subscribe to roster changes for.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CourseRosterChangesInfo
constructor
A new instance of CourseRosterChangesInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ CourseRosterChangesInfo
Returns a new instance of CourseRosterChangesInfo
509 510 511 |
# File 'generated/google/apis/classroom_v1/classes.rb', line 509 def initialize(**args) update!(**args) end |
Instance Attribute Details
#course_id ⇒ String
The course_id
of the course to subscribe to roster changes for.
Corresponds to the JSON property courseId
507 508 509 |
# File 'generated/google/apis/classroom_v1/classes.rb', line 507 def course_id @course_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
514 515 516 |
# File 'generated/google/apis/classroom_v1/classes.rb', line 514 def update!(**args) @course_id = args[:course_id] if args.key?(:course_id) end |