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

Query terms that we want to match on.

Attributes

  • fullMatch (type: boolean(), default: nil) - Whether this is supposed to be a full or partial match.
  • value (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ConditionQueryTerm{
  fullMatch: boolean() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.