sortOrder property

String? sortOrder
getter/setter pair

The sorting order for the field. Possible string values are:

  • "SORT_ORDER_UNSPECIFIED" : If the sort order is unspecified, the default is ascending.
  • "ASCENDING" : Ascending sort. The field will be sorted in an ascending manner.
  • "DESCENDING" : Descending sort. The field will be sorted in a descending manner.

Implementation

core.String? sortOrder;