class Google::Apis::SheetsV4::ChartSourceRange

Source ranges for a chart.

def initialize(**args)

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

def update!(**args)

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