Class: Google::Apis::DocsV1::DeletePositionedObjectRequest

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

Deletes a PositionedObject from the document.

Instance Attribute Summary collapse

Instance Method Summary collapse

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_propString

The ID of the positioned object to delete. Corresponds to the JSON property objectId

Returns:

  • (String)


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