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

This field specifies the tile information including an attribute key, attribute value. More fields will be added in the future, eg: product id or product counts, etc.

Attributes

  • productAttributeInterval (type: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ProductAttributeInterval.t, default: nil) - The product attribute key-numeric interval.
  • productAttributeValue (type: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ProductAttributeValue.t, default: nil) - The product attribute key-value.
  • representativeProductId (type: String.t, default: nil) - The representative product id for this tile.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Tile{
  productAttributeInterval:
    GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ProductAttributeInterval.t()
    | nil,
  productAttributeValue:
    GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ProductAttributeValue.t() | nil,
  representativeProductId: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.