Class: Google::Apis::SlidesV1::Group
- Inherits:
-
Object
- Object
- Google::Apis::SlidesV1::Group
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/slides_v1/classes.rb,
generated/google/apis/slides_v1/representations.rb,
generated/google/apis/slides_v1/representations.rb
Overview
A PageElement kind representing a joined collection of PageElements.
Instance Attribute Summary collapse
-
#children ⇒ Array<Google::Apis::SlidesV1::PageElement>
The collection of elements in the group.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Group
constructor
A new instance of Group.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Group
Returns a new instance of Group
1116 1117 1118 |
# File 'generated/google/apis/slides_v1/classes.rb', line 1116 def initialize(**args) update!(**args) end |
Instance Attribute Details
#children ⇒ Array<Google::Apis::SlidesV1::PageElement>
The collection of elements in the group. The minimum size of a group is 2.
Corresponds to the JSON property children
1114 1115 1116 |
# File 'generated/google/apis/slides_v1/classes.rb', line 1114 def children @children end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1121 1122 1123 |
# File 'generated/google/apis/slides_v1/classes.rb', line 1121 def update!(**args) @children = args[:children] if args.key?(:children) end |