class Google::Apis::ClassroomV1::CourseRosterChangesInfo

Information about a `Feed` with a `feed_type` of `COURSE_ROSTER_CHANGES`.

Attributes

course_id[RW]

The `course_id` of the course to subscribe to roster changes for. Corresponds to the JSON property `courseId` @return [String]

Public Class Methods

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