View Source GoogleApi.AdExchangeBuyer.V14.Model.CreativeCorrections (google_api_ad_exchange_buyer v0.41.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AdExchangeBuyer.V14.Model.CreativeCorrections{ contexts: [GoogleApi.AdExchangeBuyer.V14.Model.CreativeCorrectionsContexts.t()] | nil, details: [String.t()] | nil, reason: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.