Class: Google::Apis::SheetsV4::DeleteEmbeddedObjectRequest
- Inherits:
-
Object
- Object
- Google::Apis::SheetsV4::DeleteEmbeddedObjectRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/sheets_v4/classes.rb,
generated/google/apis/sheets_v4/representations.rb,
generated/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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DeleteEmbeddedObjectRequest
Returns a new instance of DeleteEmbeddedObjectRequest
3810 3811 3812 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 3810 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
3808 3809 3810 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 3808 def object_id_prop @object_id_prop end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3815 3816 3817 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 3815 def update!(**args) @object_id_prop = args[:object_id_prop] if args.key?(:object_id_prop) end |