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



2625
2626
2627
# File 'lib/google/apis/docs_v1/classes.rb', line 2625

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

Instance Attribute Details

#object_id_propString

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



2623
2624
2625
# File 'lib/google/apis/docs_v1/classes.rb', line 2623

def object_id_prop
  @object_id_prop
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2630
2631
2632
# File 'lib/google/apis/docs_v1/classes.rb', line 2630

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