sortOrder property
The order the values in this group should be sorted. Possible string values are:
- "SORT_ORDER_UNSPECIFIED" : Default value, do not use this.
- "ASCENDING" : Sort ascending.
- "DESCENDING" : Sort descending.
Implementation
core.String? sortOrder;