View Source GoogleApi.AdExchangeBuyer.V14.Model.PretargetingConfigPlacements (google_api_ad_exchange_buyer v0.41.0)

Attributes

  • token (type: String.t, default: nil) - The value of the placement. Interpretation depends on the placement type, e.g. URL for a site placement, channel name for a channel placement, app id for a mobile app placement.
  • type (type: String.t, default: nil) - The type of the placement.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V14.Model.PretargetingConfigPlacements{
  token: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.