Class: Google::Apis::SlidesV1::CreateSheetsChartResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::SlidesV1::CreateSheetsChartResponse
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/slides_v1/classes.rb,
 generated/google/apis/slides_v1/representations.rb,
 generated/google/apis/slides_v1/representations.rb
Overview
The result of creating an embedded Google Sheets chart.
Instance Attribute Summary collapse
- 
  
    
      #object_id_prop  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The object ID of the created chart. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ CreateSheetsChartResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of CreateSheetsChartResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ CreateSheetsChartResponse
Returns a new instance of CreateSheetsChartResponse
| 593 594 595 | # File 'generated/google/apis/slides_v1/classes.rb', line 593 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#object_id_prop ⇒ String
The object ID of the created chart.
Corresponds to the JSON property objectId
| 591 592 593 | # File 'generated/google/apis/slides_v1/classes.rb', line 591 def object_id_prop @object_id_prop end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 598 599 600 | # File 'generated/google/apis/slides_v1/classes.rb', line 598 def update!(**args) @object_id_prop = args[:object_id_prop] if args.key?(:object_id_prop) end |