Class: Google::Apis::SheetsV4::AddChartResponse
- Inherits:
-
Object
- Object
- Google::Apis::SheetsV4::AddChartResponse
- 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
The result of adding a chart to a spreadsheet.
Instance Attribute Summary collapse
-
#chart ⇒ Google::Apis::SheetsV4::EmbeddedChart
A chart embedded in a sheet.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AddChartResponse
constructor
A new instance of AddChartResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ AddChartResponse
Returns a new instance of AddChartResponse
2914 2915 2916 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 2914 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
2912 2913 2914 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 2912 def chart @chart end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2919 2920 2921 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 2919 def update!(**args) @chart = args[:chart] if args.key?(:chart) end |