GoogleApi.AdExchangeBuyer.V2beta1.Model.DayPartTargeting (google_api_ad_exchange_buyer v0.39.2) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.DayPartTargeting{
dayParts: [GoogleApi.AdExchangeBuyer.V2beta1.Model.DayPart.t()] | nil,
timeZoneType: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.