class Google::Apis::SlidesV1::DeleteObjectRequest

Deletes an object, either pages or page elements, from the presentation.

Attributes

object_id_prop[RW]

The object ID of the page or page element to delete. If after a delete operation a group contains only 1 or no page elements, the group is also deleted. If a placeholder is deleted on a layout, any empty inheriting placeholders are also deleted. Corresponds to the JSON property `objectId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/slides_v1/classes.rb, line 909
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/slides_v1/classes.rb, line 914
def update!(**args)
  @object_id_prop = args[:object_id_prop] if args.key?(:object_id_prop)
end