Class: Google::Apis::ClassroomV1::CourseWorkChangesInfo

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_WORK_CHANGES.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CourseWorkChangesInfo

Returns a new instance of CourseWorkChangesInfo.



655
656
657
# File 'generated/google/apis/classroom_v1/classes.rb', line 655

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

Instance Attribute Details

#course_idString

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

Returns:

  • (String)


653
654
655
# File 'generated/google/apis/classroom_v1/classes.rb', line 653

def course_id
  @course_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



660
661
662
# File 'generated/google/apis/classroom_v1/classes.rb', line 660

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