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

Product attribute name and numeric interval.

Attributes

  • interval (type: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Interval.t, default: nil) - The numeric interval (e.g. [10, 20))
  • name (type: String.t, default: nil) - The attribute name (e.g. "length")

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ProductAttributeInterval{
  interval: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Interval.t() | nil,
  name: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.