Class: Google::Apis::DocsV1::InsertInlineImageResponse
- Inherits:
-
Object
- Object
- Google::Apis::DocsV1::InsertInlineImageResponse
- 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
-
#object_id_prop ⇒ String
The ID of the created InlineObject.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InsertInlineImageResponse
constructor
A new instance of InsertInlineImageResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_prop ⇒ String
The ID of the created InlineObject.
Corresponds to the JSON property objectId
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 |