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

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.