class Google::Apis::ClassroomV1::CourseWorkChangesInfo
Information about a `Feed` with a `feed_type` of `COURSE_WORK_CHANGES`.
Attributes
course_id[RW]
The `course_id` of the course to subscribe to work 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 655 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 660 def update!(**args) @course_id = args[:course_id] if args.key?(:course_id) end