View Source GoogleApi.AdExchangeBuyer.V14.Model.CreativeFilteringReasons (google_api_ad_exchange_buyer v0.41.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V14.Model.CreativeFilteringReasons{
  date: String.t() | nil,
  reasons:
    [GoogleApi.AdExchangeBuyer.V14.Model.CreativeFilteringReasonsReasons.t()]
    | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.