BaseOrderable Model

OrderBy : bool

If set, the resulting aggregates will be ordered by this dimension/aggregation according to OrderByDirection. Setting multiple instances to true in a single query will have an undefined sort ordering

Nullable
OrderByDirection : OrderableDirection

The direction in which to sort if OrderBy is set to true

Example
{
  "OrderBy": true,
  "OrderByDirection": 1
}