filter property

String? filter
getter/setter pair

The filter syntax consists of an expression language for constructing a predicate from one or more fields of the products being filtered.

Filter expression is case-sensitive. For more information, see Filter. If this field is unrecognizable, an INVALID_ARGUMENT is returned.

Implementation

core.String? filter;