GoogleApi.DisplayVideo.V1.Model.Partner (google_api_display_video v0.15.3) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DisplayVideo.V1.Model.Partner{
adServerConfig: GoogleApi.DisplayVideo.V1.Model.PartnerAdServerConfig.t(),
dataAccessConfig: GoogleApi.DisplayVideo.V1.Model.PartnerDataAccessConfig.t(),
displayName: String.t(),
entityStatus: String.t(),
exchangeConfig: GoogleApi.DisplayVideo.V1.Model.ExchangeConfig.t(),
generalConfig: GoogleApi.DisplayVideo.V1.Model.PartnerGeneralConfig.t(),
name: String.t(),
partnerId: String.t(),
updateTime: DateTime.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.