class Google::Apis::SheetsV4::PivotGroupLimit
The count limit on rows or columns in the pivot group.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @apply_order = args[:apply_order] if args.key?(:apply_order) @count_limit = args[:count_limit] if args.key?(:count_limit) end