Class: Google::Apis::SheetsV4::AddChartResponse

Inherits:
Object
  • Object
show all
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
more...

Overview

The result of adding a chart to a spreadsheet.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AddChartResponse

Returns a new instance of AddChartResponse.

[View source]

91
92
93
# File 'generated/google/apis/sheets_v4/classes.rb', line 91

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#chartGoogle::Apis::SheetsV4::EmbeddedChart

A chart embedded in a sheet. Corresponds to the JSON property chart


89
90
91
# File 'generated/google/apis/sheets_v4/classes.rb', line 89

def chart
  @chart
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

96
97
98
# File 'generated/google/apis/sheets_v4/classes.rb', line 96

def update!(**args)
  @chart = args[:chart] if args.key?(:chart)
end
x


Privacy · Terms