class Google::Apis::SheetsV4::DeleteDimensionGroupRequest

sheet with a depth-1 group over B:D and a depth-2 group over C:C.
over B:E and a depth-2 group over C:D. Deleting a group over D:E leaves the
dimensions in the range. For example, assume the sheet has a depth-1 group
Deletes a group over the specified range by decrementing the depth of the

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @range = args[:range] if args.key?(:range)
end