class Google::Apis::SlidesV1::UngroupObjectsRequest

Ungroups objects, such as groups.

Attributes

object_ids[RW]

The object IDs of the objects to ungroup. Only groups that are not inside other groups can be ungrouped. All the groups should be on the same page. The group itself is deleted. The visual sizes and positions of all the children are preserved. Corresponds to the JSON property `objectIds` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/slides_v1/classes.rb, line 4356
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 4361
def update!(**args)
  @object_ids = args[:object_ids] if args.key?(:object_ids)
end