class Google::Apis::PlusV1::Comment::InReplyTo

Attributes

id[RW]

The ID of the activity. Corresponds to the JSON property `id` @return [String]

url[RW]

The URL of the activity. Corresponds to the JSON property `url` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/plus_v1/classes.rb, line 1191
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_v1/classes.rb, line 1196
def update!(**args)
  @id = args[:id] if args.key?(:id)
  @url = args[:url] if args.key?(:url)
end