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

The message for FeaturedProduct. FeaturedProduct

Attributes

  • offerId (type: String.t, default: nil) - The unique identifier for the product item.
  • x (type: number(), default: nil) - Required. X-coordinate of the product callout on the Shoppable Image.
  • y (type: number(), default: nil) - Required. Y-coordinate of the product callout on the Shoppable Image.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.CollectionFeaturedProduct{
  offerId: String.t() | nil,
  x: number() | nil,
  y: number() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.