Class: Google::Apis::DocsV1::ObjectReferences
- Inherits:
-
Object
- Object
- Google::Apis::DocsV1::ObjectReferences
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/docs_v1/classes.rb,
generated/google/apis/docs_v1/representations.rb,
generated/google/apis/docs_v1/representations.rb
Overview
A collection of object IDs.
Instance Attribute Summary collapse
-
#object_ids ⇒ Array<String>
The object IDs.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ObjectReferences
constructor
A new instance of ObjectReferences.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ObjectReferences
Returns a new instance of ObjectReferences
2779 2780 2781 |
# File 'generated/google/apis/docs_v1/classes.rb', line 2779 def initialize(**args) update!(**args) end |
Instance Attribute Details
#object_ids ⇒ Array<String>
The object IDs.
Corresponds to the JSON property objectIds
2777 2778 2779 |
# File 'generated/google/apis/docs_v1/classes.rb', line 2777 def object_ids @object_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2784 2785 2786 |
# File 'generated/google/apis/docs_v1/classes.rb', line 2784 def update!(**args) @object_ids = args[:object_ids] if args.key?(:object_ids) end |