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)

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