GoogleApi.DisplayVideo.V3.Model.ExchangeConfig (google_api_display_video v0.39.0)

View Source

Settings that control which exchanges are enabled for a partner.

Attributes

  • enabledExchanges (type: list(GoogleApi.DisplayVideo.V3.Model.ExchangeConfigEnabledExchange.t), default: nil) - All enabled exchanges in the partner. Duplicate enabled exchanges will be ignored.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DisplayVideo.V3.Model.ExchangeConfig{
  enabledExchanges:
    [GoogleApi.DisplayVideo.V3.Model.ExchangeConfigEnabledExchange.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.