Class: Google::Apis::SheetsV4::DeleteEmbeddedObjectRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ DeleteEmbeddedObjectRequest

Returns a new instance of DeleteEmbeddedObjectRequest.



5520
5521
5522
# File 'generated/google/apis/sheets_v4/classes.rb', line 5520

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#object_id_propFixnum

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

Returns:

  • (Fixnum)


5518
5519
5520
# File 'generated/google/apis/sheets_v4/classes.rb', line 5518

def object_id_prop
  @object_id_prop
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5525
5526
5527
# File 'generated/google/apis/sheets_v4/classes.rb', line 5525

def update!(**args)
  @object_id_prop = args[:object_id_prop] if args.key?(:object_id_prop)
end