View Source GoogleApi.DisplayVideo.V3.Model.ProductMatchDimension (google_api_display_video v0.36.0)

A dimension used to match products.

Attributes

  • customLabel (type: GoogleApi.DisplayVideo.V3.Model.CustomLabel.t, default: nil) - The custom label to match all the products with the label.
  • productOfferId (type: String.t, default: nil) - The ID of the product offer to match with a product with the same offer ID.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V3.Model.ProductMatchDimension{
  customLabel: GoogleApi.DisplayVideo.V3.Model.CustomLabel.t() | nil,
  productOfferId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.