GoogleApi.AdExchangeBuyer.V14.Model.CreativeFilteringReasons (google_api_ad_exchange_buyer v0.39.2) View Source
The filtering reasons for the creative. Read-only. This field should not be set in requests.
Attributes
-
date(type:String.t, default:nil) - The date in ISO 8601 format for the data. The data is collected from 00:00:00 to 23:59:59 in PST. -
reasons(type:list(GoogleApi.AdExchangeBuyer.V14.Model.CreativeFilteringReasonsReasons.t), default:nil) - The filtering reasons.
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.CreativeFilteringReasons{
date: String.t() | nil,
reasons:
[GoogleApi.AdExchangeBuyer.V14.Model.CreativeFilteringReasonsReasons.t()]
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.