SortItem

common.SortItem

type SortItem

common.SortItem

FieldTypeDescription
fieldstringName of the field to sort on.
directionSortDirection enum
FieldNumberDescription
SORT_DIRECTION_UNSPECIFIED0Direction of the sort.Sort Direction Unspecified.
SORT_DIRECTION_ASCENDING1Direction of the sort.Sort Direction Ascending, i.e. Low to High
SORT_DIRECTION_DESCENDING2Direction of the sort.Sort Direction Ascending, i.e. High to Low
{
  "field": "FIELD",
  "direction": 0
}