class Google::Apis::SheetsV4::UpdateChartSpecRequest

move or resize a chart, use UpdateEmbeddedObjectPositionRequest.)
Updates a chart’s specifications. (This does not move or resize a chart. To

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @chart_id = args[:chart_id] if args.key?(:chart_id)
  @spec = args[:spec] if args.key?(:spec)
end