class Google::Apis::SheetsV4::DataSourceObjectReferences

A list of references to data source objects.

Attributes

references[RW]

The references. Corresponds to the JSON property `references` @return [Array<Google::Apis::SheetsV4::DataSourceObjectReference>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 3964
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/sheets_v4/classes.rb, line 3969
def update!(**args)
  @references = args[:references] if args.key?(:references)
end