View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2RuleIgnoreAction (google_api_retail v0.13.2)

Prevents a term in the query from being used in search. Example: Don't search for "shoddy".

Attributes

  • ignoreTerms (type: list(String.t), default: nil) - Terms to ignore in the search query.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2RuleIgnoreAction{
  ignoreTerms: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.