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.
Constructors
Link copied to clipboard
fun GoogleCloudRetailV2ConditionQueryTermArgs(fullMatch: Output<Boolean>? = null, value: Output<String>? = null)