Class: Google::Apis::SheetsV4::DataSourceObjectReferences
- Inherits:
-
Object
- Object
- Google::Apis::SheetsV4::DataSourceObjectReferences
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/sheets_v4/classes.rb,
generated/google/apis/sheets_v4/representations.rb,
generated/google/apis/sheets_v4/representations.rb
Overview
A list of references to data source objects.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ DataSourceObjectReferences
constructor
A new instance of DataSourceObjectReferences.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DataSourceObjectReferences
Returns a new instance of DataSourceObjectReferences.
3962 3963 3964 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 3962 def initialize(**args) update!(**args) end |
Instance Attribute Details
#references ⇒ Array<Google::Apis::SheetsV4::DataSourceObjectReference>
The references.
Corresponds to the JSON property references
3960 3961 3962 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 3960 def references @references end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3967 3968 3969 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 3967 def update!(**args) @references = args[:references] if args.key?(:references) end |