class Google::Apis::SheetsV4::AddChartResponse
The result of adding a chart to a spreadsheet.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @chart = args[:chart] if args.key?(:chart) end