Class: Google::Apis::DocsV1::InsertInlineImageResponse

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

The result of inserting an inline image.

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) ⇒ InsertInlineImageResponse

Returns a new instance of InsertInlineImageResponse.



2193
2194
2195
# File 'generated/google/apis/docs_v1/classes.rb', line 2193

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

Instance Attribute Details

#object_id_propString

The ID of the created InlineObject. Corresponds to the JSON property objectId

Returns:

  • (String)


2191
2192
2193
# File 'generated/google/apis/docs_v1/classes.rb', line 2191

def object_id_prop
  @object_id_prop
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2198
2199
2200
# File 'generated/google/apis/docs_v1/classes.rb', line 2198

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