GroupBySort specifies the sorting method of items in a group.
Data structure
message GroupBySort {
repeated GroupBySorter sorters = 1;
}
Parameter | Type | Required | Description |
sorters | Yes | The sorting method of items in the group. |
GroupBySort specifies the sorting method of items in a group.
message GroupBySort {
repeated GroupBySorter sorters = 1;
}
Parameter | Type | Required | Description |
sorters | Yes | The sorting method of items in the group. |