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

Constructor Details

#initialize(**args) ⇒ InsertInlineImageResponse

Returns a new instance of InsertInlineImageResponse.



2124
2125
2126
# File 'generated/google/apis/docs_v1/classes.rb', line 2124

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)


2122
2123
2124
# File 'generated/google/apis/docs_v1/classes.rb', line 2122

def object_id_prop
  @object_id_prop
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2129
2130
2131
# File 'generated/google/apis/docs_v1/classes.rb', line 2129

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