class Google::Apis::SheetsV4::DeleteEmbeddedObjectRequest
Deletes the embedded object with the given ID.
Attributes
object_id_prop[RW]
The ID of the embedded object to delete. Corresponds to the JSON property `objectId` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 4643 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/sheets_v4/classes.rb, line 4648 def update!(**args) @object_id_prop = args[:object_id_prop] if args.key?(:object_id_prop) end