Class: Google::Apis::SheetsV4::DataSourceObjectReferences

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/sheets_v4/classes.rb,
lib/google/apis/sheets_v4/representations.rb,
lib/google/apis/sheets_v4/representations.rb

Overview

A list of references to data source objects.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DataSourceObjectReferences

Returns a new instance of DataSourceObjectReferences.



4190
4191
4192
# File 'lib/google/apis/sheets_v4/classes.rb', line 4190

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

Instance Attribute Details

#referencesArray<Google::Apis::SheetsV4::DataSourceObjectReference>

The references. Corresponds to the JSON property references

Returns:



4188
4189
4190
# File 'lib/google/apis/sheets_v4/classes.rb', line 4188

def references
  @references
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4195
4196
4197
# File 'lib/google/apis/sheets_v4/classes.rb', line 4195

def update!(**args)
  @references = args[:references] if args.key?(:references)
end