View Source GoogleApi.Content.V21.Model.ProductProductDetail (google_api_content v0.67.1)

Attributes

  • attributeName (type: String.t, default: nil) - The name of the product detail.
  • attributeValue (type: String.t, default: nil) - The value of the product detail.
  • sectionName (type: String.t, default: nil) - The section header used to group a set of product details.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.ProductProductDetail{
  attributeName: String.t() | nil,
  attributeValue: String.t() | nil,
  sectionName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.