Class: Google::Apis::SheetsV4::DeleteDimensionGroupResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/sheets_v4/classes.rb,
lib/google/apis/sheets_v4/representations.rb,
lib/google/apis/sheets_v4/representations.rb

Overview

The result of deleting a group.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DeleteDimensionGroupResponse

Returns a new instance of DeleteDimensionGroupResponse.



4633
4634
4635
# File 'lib/google/apis/sheets_v4/classes.rb', line 4633

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#dimension_groupsArray<Google::Apis::SheetsV4::DimensionGroup>

All groups of a dimension after deleting a group from that dimension. Corresponds to the JSON property dimensionGroups



4631
4632
4633
# File 'lib/google/apis/sheets_v4/classes.rb', line 4631

def dimension_groups
  @dimension_groups
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4638
4639
4640
# File 'lib/google/apis/sheets_v4/classes.rb', line 4638

def update!(**args)
  @dimension_groups = args[:dimension_groups] if args.key?(:dimension_groups)
end