orderBy property

String? orderBy
getter/setter pair

Specifies the ordering of results, currently supported case-sensitive choices are: * relevance, only supports descending * last_modified_timestamp [asc|desc], defaults to descending if not specified If not specified, defaults to relevance descending.

Implementation

core.String? orderBy;