queryTerms property

List<GoogleCloudRetailV2ConditionQueryTerm>? queryTerms
getter/setter pair

A list (up to 10 entries) of terms to match the query on.

If not specified, match all queries. If many query terms are specified, the condition is matched if any of the terms is a match (i.e. using the OR operator).

Implementation

core.List<GoogleCloudRetailV2ConditionQueryTerm>? queryTerms;