Class: Google::Apis::DocsV1::ObjectReferences

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

Overview

A collection of object IDs.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ObjectReferences

Returns a new instance of ObjectReferences.



3177
3178
3179
# File 'lib/google/apis/docs_v1/classes.rb', line 3177

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

Instance Attribute Details

#object_idsArray<String>

The object IDs. Corresponds to the JSON property objectIds

Returns:

  • (Array<String>)


3175
3176
3177
# File 'lib/google/apis/docs_v1/classes.rb', line 3175

def object_ids
  @object_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3182
3183
3184
# File 'lib/google/apis/docs_v1/classes.rb', line 3182

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