orderBy property

String orderBy
final

The sorting order of the resources returned. Value should be a comma separated list of fields. The default sorting order is ascending. See https://google.aip.dev/132#ordering.

Implementation

final String orderBy;