Google Cloud Retail V2Condition Query Term Args
data class GoogleCloudRetailV2ConditionQueryTermArgs(val fullMatch: Output<Boolean>? = null, val value: Output<String>? = null) : ConvertibleToJava<GoogleCloudRetailV2ConditionQueryTermArgs>
Query terms that we want to match on.
Properties
Link copied to clipboard
The value of the term to match on. Value cannot be empty. Value can have at most 3 terms if specified as a partial match. Each space separated string is considered as one term. For example, "a b c" is 3 terms and allowed, but " a b c d" is 4 terms and not allowed for a partial match.