Class: Google::Apis::SheetsV4::DeleteEmbeddedObjectRequest
- Inherits:
-
Object
- Object
- Google::Apis::SheetsV4::DeleteEmbeddedObjectRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/sheets_v4/classes.rb,
lib/google/apis/sheets_v4/representations.rb,
lib/google/apis/sheets_v4/representations.rb
Overview
Deletes the embedded object with the given ID.
Instance Attribute Summary collapse
-
#object_id_prop ⇒ Fixnum
The ID of the embedded object to delete.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DeleteEmbeddedObjectRequest
constructor
A new instance of DeleteEmbeddedObjectRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DeleteEmbeddedObjectRequest
Returns a new instance of DeleteEmbeddedObjectRequest.
4737 4738 4739 |
# File 'lib/google/apis/sheets_v4/classes.rb', line 4737 def initialize(**args) update!(**args) end |
Instance Attribute Details
#object_id_prop ⇒ Fixnum
The ID of the embedded object to delete.
Corresponds to the JSON property objectId
4735 4736 4737 |
# File 'lib/google/apis/sheets_v4/classes.rb', line 4735 def object_id_prop @object_id_prop end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4742 4743 4744 |
# File 'lib/google/apis/sheets_v4/classes.rb', line 4742 def update!(**args) @object_id_prop = args[:object_id_prop] if args.key?(:object_id_prop) end |