Google Cloud Retail V2alpha Condition Query Term Args
    data class GoogleCloudRetailV2alphaConditionQueryTermArgs(val fullMatch: Output<Boolean>? = null, val value: Output<String>? = null) : ConvertibleToJava<GoogleCloudRetailV2alphaConditionQueryTermArgs> 
Query terms that we want to match on.
Constructors
Link copied to clipboard
                fun GoogleCloudRetailV2alphaConditionQueryTermArgs(fullMatch: Output<Boolean>? = null, value: Output<String>? = null)