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

A single partner in Display & Video 360 (DV360).

Attributes

  • adServerConfig (type: GoogleApi.DisplayVideo.V1.Model.PartnerAdServerConfig.t, default: nil) - Ad server related settings of the partner.
  • dataAccessConfig (type: GoogleApi.DisplayVideo.V1.Model.PartnerDataAccessConfig.t, default: nil) - Settings that control how partner data may be accessed.
  • displayName (type: String.t, default: nil) - The display name of the partner. Must be UTF-8 encoded with a maximum size of 240 bytes.
  • entityStatus (type: String.t, default: nil) - Output only. The status of the partner.
  • exchangeConfig (type: GoogleApi.DisplayVideo.V1.Model.ExchangeConfig.t, default: nil) - Settings that control which exchanges are enabled for the partner.
  • generalConfig (type: GoogleApi.DisplayVideo.V1.Model.PartnerGeneralConfig.t, default: nil) - General settings of the partner.
  • name (type: String.t, default: nil) - Output only. The resource name of the partner.
  • partnerId (type: String.t, default: nil) - Output only. The unique ID of the partner. Assigned by the system.
  • updateTime (type: DateTime.t, default: nil) - Output only. The timestamp when the partner was last updated. Assigned by the system.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.Partner{
  adServerConfig:
    GoogleApi.DisplayVideo.V1.Model.PartnerAdServerConfig.t() | nil,
  dataAccessConfig:
    GoogleApi.DisplayVideo.V1.Model.PartnerDataAccessConfig.t() | nil,
  displayName: String.t() | nil,
  entityStatus: String.t() | nil,
  exchangeConfig: GoogleApi.DisplayVideo.V1.Model.ExchangeConfig.t() | nil,
  generalConfig: GoogleApi.DisplayVideo.V1.Model.PartnerGeneralConfig.t() | nil,
  name: String.t() | nil,
  partnerId: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.