class Google::Apis::SheetsV4::DataSourceObjectReferences
A list of references to data source objects.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @references = args[:references] if args.key?(:references) end