View Source GoogleApi.DisplayVideo.V1.Model.ExchangeConfigEnabledExchange (google_api_display_video v0.35.0)

An enabled exchange in the partner.

Attributes

  • exchange (type: String.t, default: nil) - The enabled exchange.
  • googleAdManagerAgencyId (type: String.t, default: nil) - Output only. Agency ID of Google Ad Manager. The field is only relevant when Google Ad Manager is the enabled exchange.
  • googleAdManagerBuyerNetworkId (type: String.t, default: nil) - Output only. Network ID of Google Ad Manager. The field is only relevant when Google Ad Manager is the enabled exchange.
  • seatId (type: String.t, default: nil) - Output only. Seat ID of the enabled exchange.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.ExchangeConfigEnabledExchange{
  exchange: String.t() | nil,
  googleAdManagerAgencyId: String.t() | nil,
  googleAdManagerBuyerNetworkId: String.t() | nil,
  seatId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.