class Google::Apis::SheetsV4::AddDimensionGroupResponse
The result of adding a group.
Attributes
dimension_groups[RW]
All groups of a dimension after adding a group to that dimension. Corresponds to the JSON property `dimensionGroups` @return [Array<Google::Apis::SheetsV4::DimensionGroup>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 224 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/sheets_v4/classes.rb, line 229 def update!(**args) @dimension_groups = args[:dimension_groups] if args.key?(:dimension_groups) end