class Google::Apis::PlusDomainsV1::Activity::Object::Replies
Comments in reply to this activity.
Attributes
self_link[RW]
The URL for the collection of comments in reply to this activity. Corresponds to the JSON property `selfLink` @return [String]
total_items[RW]
Total number of comments on this activity. Corresponds to the JSON property `totalItems` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/plus_domains_v1/classes.rb, line 880 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/plus_domains_v1/classes.rb, line 885 def update!(**args) @self_link = args[:self_link] if args.key?(:self_link) @total_items = args[:total_items] if args.key?(:total_items) end