View Source GoogleApi.DisplayVideo.V3.Model.ProductFeedData (google_api_display_video v0.38.2)

The details of product feed.

Attributes

  • isFeedDisabled (type: boolean(), default: nil) - Whether the product feed has opted-out of showing products.
  • productMatchDimensions (type: list(GoogleApi.DisplayVideo.V3.Model.ProductMatchDimension.t), default: nil) - A list of dimensions used to match products.
  • productMatchType (type: String.t, default: nil) - How products are selected by the product feed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V3.Model.ProductFeedData{
  isFeedDisabled: boolean() | nil,
  productMatchDimensions:
    [GoogleApi.DisplayVideo.V3.Model.ProductMatchDimension.t()] | nil,
  productMatchType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.