GoogleApi.DisplayVideo.V3.Model.Partner (google_api_display_video v0.39.0)
View SourceA single partner in Display & Video 360 (DV360).
Attributes
-
adServerConfig(type:GoogleApi.DisplayVideo.V3.Model.PartnerAdServerConfig.t, default:nil) - Ad server related settings of the partner. -
billingConfig(type:GoogleApi.DisplayVideo.V3.Model.PartnerBillingConfig.t, default:nil) - Billing related settings of the partner. -
dataAccessConfig(type:GoogleApi.DisplayVideo.V3.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.V3.Model.ExchangeConfig.t, default:nil) - Settings that control which exchanges are enabled for the partner. -
generalConfig(type:GoogleApi.DisplayVideo.V3.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.V3.Model.Partner{ adServerConfig: GoogleApi.DisplayVideo.V3.Model.PartnerAdServerConfig.t() | nil, billingConfig: GoogleApi.DisplayVideo.V3.Model.PartnerBillingConfig.t() | nil, dataAccessConfig: GoogleApi.DisplayVideo.V3.Model.PartnerDataAccessConfig.t() | nil, displayName: String.t() | nil, entityStatus: String.t() | nil, exchangeConfig: GoogleApi.DisplayVideo.V3.Model.ExchangeConfig.t() | nil, generalConfig: GoogleApi.DisplayVideo.V3.Model.PartnerGeneralConfig.t() | nil, name: String.t() | nil, partnerId: String.t() | nil, updateTime: DateTime.t() | nil }