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

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

The result of inserting an inline image.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InsertInlineImageResponse

Returns a new instance of InsertInlineImageResponse.



2373
2374
2375
# File 'lib/google/apis/docs_v1/classes.rb', line 2373

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)


2371
2372
2373
# File 'lib/google/apis/docs_v1/classes.rb', line 2371

def object_id_prop
  @object_id_prop
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2378
2379
2380
# File 'lib/google/apis/docs_v1/classes.rb', line 2378

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