orderBy property

String orderBy
final

Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

Implementation

final String orderBy;