View Source GoogleApi.AuthorizedBuyersMarketplace.V1.Model.InventorySizeTargeting (google_api_authorized_buyers_marketplace v0.6.1)

Represents the size of an ad unit that can be targeted on a bid request.

Attributes

  • excludedInventorySizes (type: list(GoogleApi.AuthorizedBuyersMarketplace.V1.Model.AdSize.t), default: nil) - A list of inventory sizes to be excluded.
  • targetedInventorySizes (type: list(GoogleApi.AuthorizedBuyersMarketplace.V1.Model.AdSize.t), default: nil) - A list of inventory sizes to be included.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.InventorySizeTargeting{
  excludedInventorySizes:
    [GoogleApi.AuthorizedBuyersMarketplace.V1.Model.AdSize.t()] | nil,
  targetedInventorySizes:
    [GoogleApi.AuthorizedBuyersMarketplace.V1.Model.AdSize.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.