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

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ObjectReferences

Returns a new instance of ObjectReferences.



3065
3066
3067
# File 'generated/google/apis/docs_v1/classes.rb', line 3065

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

Instance Attribute Details

#object_idsArray<String>

The object IDs. Corresponds to the JSON property objectIds

Returns:

  • (Array<String>)


3063
3064
3065
# File 'generated/google/apis/docs_v1/classes.rb', line 3063

def object_ids
  @object_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3070
3071
3072
# File 'generated/google/apis/docs_v1/classes.rb', line 3070

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