google_api_ad_exchange_buyer v0.5.0 GoogleApi.AdExchangeBuyer.V14.Model.CreativeFilteringReasons View Source

The filtering reasons for the creative. Read-only. This field should not be set in requests.

Attributes

  • date (String.t): The date in ISO 8601 format for the data. The data is collected from 00:00:00 to 23:59:59 in PST. Defaults to: null.
  • reasons ([CreativeFilteringReasonsReasons]): The filtering reasons. Defaults to: null.

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 Source
t() :: %GoogleApi.AdExchangeBuyer.V14.Model.CreativeFilteringReasons{
  date: any(),
  reasons: [
    GoogleApi.AdExchangeBuyer.V14.Model.CreativeFilteringReasonsReasons.t()
  ]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.