class Google::Apis::SheetsV4::ChartSourceRange
Source ranges for a chart.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @sources = args[:sources] if args.key?(:sources) end
Source ranges for a chart.
def initialize(**args) update!(**args) end
def update!(**args) @sources = args[:sources] if args.key?(:sources) end