Class: Google::Apis::SheetsV4::AddChartRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::SheetsV4::AddChartRequest
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/sheets_v4/classes.rb,
 generated/google/apis/sheets_v4/representations.rb,
 generated/google/apis/sheets_v4/representations.rb
Overview
Adds a chart to a sheet in the spreadsheet.
Instance Attribute Summary collapse
- 
  
    
      #chart  ⇒ Google::Apis::SheetsV4::EmbeddedChart 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A chart embedded in a sheet. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ AddChartRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of AddChartRequest. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ AddChartRequest
Returns a new instance of AddChartRequest
| 72 73 74 | # File 'generated/google/apis/sheets_v4/classes.rb', line 72 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#chart ⇒ Google::Apis::SheetsV4::EmbeddedChart
A chart embedded in a sheet.
Corresponds to the JSON property chart
| 70 71 72 | # File 'generated/google/apis/sheets_v4/classes.rb', line 70 def chart @chart end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 77 78 79 | # File 'generated/google/apis/sheets_v4/classes.rb', line 77 def update!(**args) @chart = args[:chart] if args.key?(:chart) end |