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
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.
Constructor Details
#initialize(**args) ⇒ DeletePositionedObjectRequest
Returns a new instance of DeletePositionedObjectRequest.
791 792 793 |
# File 'generated/google/apis/docs_v1/classes.rb', line 791 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
789 790 791 |
# File 'generated/google/apis/docs_v1/classes.rb', line 789 def object_id_prop @object_id_prop end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
796 797 798 |
# File 'generated/google/apis/docs_v1/classes.rb', line 796 def update!(**args) @object_id_prop = args[:object_id_prop] if args.key?(:object_id_prop) end |