class Google::Apis::SheetsV4::PivotGroupSortValueBucket

def update!(**args)

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