Class: Google::Apis::DocsV1::DeletePositionedObjectRequest
- Inherits:
-
Object
- Object
- Google::Apis::DocsV1::DeletePositionedObjectRequest
- 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 more...
Overview
Deletes a PositionedObject from the document.
Instance Attribute Summary collapse
-
#object_id_prop ⇒ String
The ID of the positioned object to delete.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DeletePositionedObjectRequest
constructor
A new instance of DeletePositionedObjectRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DeletePositionedObjectRequest
Returns a new instance of DeletePositionedObjectRequest
631 632 633 |
# File 'generated/google/apis/docs_v1/classes.rb', line 631 def initialize(**args) update!(**args) end |
Instance Attribute Details
#object_id_prop ⇒ String
The ID of the positioned object to delete.
Corresponds to the JSON property objectId
629 630 631 |
# File 'generated/google/apis/docs_v1/classes.rb', line 629 def object_id_prop @object_id_prop end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
636 637 638 |
# File 'generated/google/apis/docs_v1/classes.rb', line 636 def update!(**args) @object_id_prop = args[:object_id_prop] if args.key?(:object_id_prop) end |