Class: Google::Apis::SlidesV1::GroupObjectsResponse
- Inherits:
-
Object
- Object
- Google::Apis::SlidesV1::GroupObjectsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/slides_v1/classes.rb,
lib/google/apis/slides_v1/representations.rb,
lib/google/apis/slides_v1/representations.rb
Overview
The result of grouping objects.
Instance Attribute Summary collapse
-
#object_id_prop ⇒ String
The object ID of the created group.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GroupObjectsResponse
constructor
A new instance of GroupObjectsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GroupObjectsResponse
Returns a new instance of GroupObjectsResponse.
1184 1185 1186 |
# File 'lib/google/apis/slides_v1/classes.rb', line 1184 def initialize(**args) update!(**args) end |
Instance Attribute Details
#object_id_prop ⇒ String
The object ID of the created group.
Corresponds to the JSON property objectId
1182 1183 1184 |
# File 'lib/google/apis/slides_v1/classes.rb', line 1182 def object_id_prop @object_id_prop end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1189 1190 1191 |
# File 'lib/google/apis/slides_v1/classes.rb', line 1189 def update!(**args) @object_id_prop = args[:object_id_prop] if args.key?(:object_id_prop) end |