Class: Google::Apis::BloggerV2::Comment::InReplyTo

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/blogger_v2/classes.rb,
generated/google/apis/blogger_v2/representations.rb,
generated/google/apis/blogger_v2/representations.rb

Overview

Data about the comment this is in reply to.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InReplyTo

Returns a new instance of InReplyTo.



477
478
479
# File 'generated/google/apis/blogger_v2/classes.rb', line 477

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

Instance Attribute Details

#idString

The identified of the parent of this comment. Corresponds to the JSON property id

Returns:

  • (String)


475
476
477
# File 'generated/google/apis/blogger_v2/classes.rb', line 475

def id
  @id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



482
483
484
# File 'generated/google/apis/blogger_v2/classes.rb', line 482

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