orderBys property

List<OrderBy>? orderBys
getter/setter pair

Specifies how rows are ordered in the response.

Implementation

core.List<OrderBy>? orderBys;