SortItem

common.SortItem

type SortItem

common.SortItem

Field

Type

Description

field

string

Name of the field to sort on.

direction

SortDirection

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
}