order property

String? order
getter/setter pair

Indicates that this field supports ordering by the specified order or comparing using =, !=, <, <=, >, >=. Possible string values are:

  • "ORDER_UNSPECIFIED" : The ordering is unspecified. Not a valid option.
  • "ASCENDING" : The field is ordered by ascending field value.
  • "DESCENDING" : The field is ordered by descending field value.

Implementation

core.String? order;