class Google::Apis::DocsV1::ObjectReferences
A collection of object IDs.
Attributes
object_ids[RW]
The object IDs. Corresponds to the JSON property `objectIds` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/docs_v1/classes.rb, line 2934 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/docs_v1/classes.rb, line 2939 def update!(**args) @object_ids = args[:object_ids] if args.key?(:object_ids) end