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

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ CourseWorkChangesInfo

Returns a new instance of CourseWorkChangesInfo.



707
708
709
# File 'generated/google/apis/classroom_v1/classes.rb', line 707

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)


705
706
707
# File 'generated/google/apis/classroom_v1/classes.rb', line 705

def course_id
  @course_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



712
713
714
# File 'generated/google/apis/classroom_v1/classes.rb', line 712

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