A set of sort collations applied to items within a group.
Data structure
message GroupBySort {
repeated GroupBySorter sorters = 1;
}
|
Name |
Type |
Required |
Description |
|
sorters |
Yes |
The sort collations for items in the group. |