direction property
The direction to order by.
Defaults to ASCENDING
.
Possible string values are:
- "DIRECTION_UNSPECIFIED" : Unspecified. This value must not be used.
- "ASCENDING" : Ascending.
- "DESCENDING" : Descending.
Implementation
core.String? direction;