Class GoogleCloudRetailV2betaRuleIgnoreAction
Prevents a term in the query from being used in search. Example: Don't search for "shoddy".
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaRuleIgnoreAction : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IgnoreTerms
Terms to ignore in the search query.
Declaration
[JsonProperty("ignoreTerms")]
public virtual IList<string> IgnoreTerms { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |