orderBys property
Specifies how dimensions are ordered in the pivot.
In the first Pivot, the OrderBys determine Row and PivotDimensionHeader ordering; in subsequent Pivots, the OrderBys determine only PivotDimensionHeader ordering. Dimensions specified in these OrderBys must be a subset of Pivot.field_names.
Implementation
core.List<OrderBy>? orderBys;