order property

String? order
getter/setter pair

Sorting order of the dimension or metric. Possible string values are:

  • "SORT_ORDER_UNSPECIFIED" : Default value for an unset field. Do not use.
  • "ASCENDING" : Sort dimension value or metric value in ascending order.
  • "DESCENDING" : Sort dimension value or metric value in descending order.

Implementation

core.String? order;