GoogleApi.AdExchangeBuyer.V14.Model.CreativeCorrections (google_api_ad_exchange_buyer v0.39.2) View Source
Attributes
-
contexts(type:list(GoogleApi.AdExchangeBuyer.V14.Model.CreativeCorrectionsContexts.t), default:nil) - All known serving contexts containing serving status information. -
details(type:list(String.t), default:nil) - Additional details about the correction. -
reason(type:String.t, default:nil) - The type of correction that was applied to the creative.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AdExchangeBuyer.V14.Model.CreativeCorrections{
contexts:
[GoogleApi.AdExchangeBuyer.V14.Model.CreativeCorrectionsContexts.t()] | nil,
details: [String.t()] | nil,
reason: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.