Class: Google::Apis::DocsV1::CreateFootnoteResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DocsV1::CreateFootnoteResponse
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/docs_v1/classes.rb,
lib/google/apis/docs_v1/representations.rb,
lib/google/apis/docs_v1/representations.rb 
Overview
The result of creating a footnote.
Instance Attribute Summary collapse
- 
  
    
      #footnote_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the created footnote.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ CreateFootnoteResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of CreateFootnoteResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ CreateFootnoteResponse
Returns a new instance of CreateFootnoteResponse.
      453 454 455  | 
    
      # File 'lib/google/apis/docs_v1/classes.rb', line 453 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#footnote_id ⇒ String
The ID of the created footnote.
Corresponds to the JSON property footnoteId
      451 452 453  | 
    
      # File 'lib/google/apis/docs_v1/classes.rb', line 451 def footnote_id @footnote_id end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      458 459 460  | 
    
      # File 'lib/google/apis/docs_v1/classes.rb', line 458 def update!(**args) @footnote_id = args[:footnote_id] if args.key?(:footnote_id) end  |