class Google::Apis::SlidesV1::Group

A PageElement kind representing a joined collection of PageElements.

Attributes

children[RW]

The collection of elements in the group. The minimum size of a group is 2. Corresponds to the JSON property `children` @return [Array<Google::Apis::SlidesV1::PageElement>]

Public Class Methods

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