orderBy property

List<ReportRequestOrderBy>? orderBy
getter/setter pair

Synchronous report only.

A list of columns and directions defining sorting to be performed on the report rows.\ The maximum number of orderings per request is 300.

Implementation

core.List<ReportRequestOrderBy>? orderBy;