orderBy property

String? orderBy
getter/setter pair

The order in which products are returned.

Products can be ordered by a field in an Product object. Leave it unset if ordered by relevance. OrderBy expression is case-sensitive. For more information, see Order. If this field is unrecognizable, an INVALID_ARGUMENT is returned.

Implementation

core.String? orderBy;