GoogleCloudRetailV2alphaConditionQueryTermArgs

data class GoogleCloudRetailV2alphaConditionQueryTermArgs(val fullMatch: Output<Boolean>? = null, val value: Output<String>? = null) : ConvertibleToJava<GoogleCloudRetailV2alphaConditionQueryTermArgs>

Query terms that we want to match on.

Constructors

fun GoogleCloudRetailV2alphaConditionQueryTermArgs(fullMatch: Output<Boolean>? = null, value: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudRetailV2alphaConditionQueryTermArgs

Properties

Link copied to clipboard
val fullMatch: Output<Boolean>? = null

Whether this is supposed to be a full or partial match.

Link copied to clipboard
val value: Output<String>? = null

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.