Class: Google::Apis::SheetsV4::DeleteDimensionGroupResponse
- Inherits:
-
Object
- Object
- Google::Apis::SheetsV4::DeleteDimensionGroupResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/sheets_v4/classes.rb,
generated/google/apis/sheets_v4/representations.rb,
generated/google/apis/sheets_v4/representations.rb
Overview
The result of deleting a group.
Instance Attribute Summary collapse
-
#dimension_groups ⇒ Array<Google::Apis::SheetsV4::DimensionGroup>
All groups of a dimension after deleting a group from that dimension.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DeleteDimensionGroupResponse
constructor
A new instance of DeleteDimensionGroupResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DeleteDimensionGroupResponse
Returns a new instance of DeleteDimensionGroupResponse
3768 3769 3770 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 3768 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dimension_groups ⇒ Array<Google::Apis::SheetsV4::DimensionGroup>
All groups of a dimension after deleting a group from that dimension.
Corresponds to the JSON property dimensionGroups
3766 3767 3768 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 3766 def dimension_groups @dimension_groups end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3773 3774 3775 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 3773 def update!(**args) @dimension_groups = args[:dimension_groups] if args.key?(:dimension_groups) end |