google_api_ad_exchange_buyer v0.24.0 GoogleApi.AdExchangeBuyer.V14.Model.CreativeCorrections 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
Link to this type
t()
View Sourcet() :: %GoogleApi.AdExchangeBuyer.V14.Model.CreativeCorrections{ contexts: [ GoogleApi.AdExchangeBuyer.V14.Model.CreativeCorrectionsContexts.t() ], details: [String.t()], reason: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.