View Source GoogleApi.AdExchangeBuyer.V2beta1.Model.DayPartTargeting (google_api_ad_exchange_buyer v0.41.0)

Specifies the day part targeting criteria.

Attributes

  • dayParts (type: list(GoogleApi.AdExchangeBuyer.V2beta1.Model.DayPart.t), default: nil) - A list of day part targeting criterion.
  • timeZoneType (type: String.t, default: nil) - The timezone to use for interpreting the day part targeting.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.DayPartTargeting{
  dayParts: [GoogleApi.AdExchangeBuyer.V2beta1.Model.DayPart.t()] | nil,
  timeZoneType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.