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

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.