Class: Google::Apis::BloggerV2::Comment::InReplyTo
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::BloggerV2::Comment::InReplyTo
 
- 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
- 
  
    
      #id  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identified of the parent of this comment. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ InReplyTo 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of InReplyTo. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ InReplyTo
Returns a new instance of InReplyTo
| 366 367 368 | # File 'generated/google/apis/blogger_v2/classes.rb', line 366 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#id ⇒ Fixnum
The identified of the parent of this comment.
Corresponds to the JSON property id
| 364 365 366 | # File 'generated/google/apis/blogger_v2/classes.rb', line 364 def id @id end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 371 372 373 | # File 'generated/google/apis/blogger_v2/classes.rb', line 371 def update!(**args) @id = args[:id] if args.key?(:id) end |