GoogleApi.DisplayVideo.V3.Model.ProductMatchDimension (google_api_display_video v0.39.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.