Class GoogleCloudRetailV2alphaConditionQueryTerm
Query terms that we want to match on.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaConditionQueryTerm : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FullMatch
Whether this is supposed to be a full or partial match.
Declaration
[JsonProperty("fullMatch")]
public virtual bool? FullMatch { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Value
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.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |