GoogleApi.AuthorizedBuyersMarketplace.V1.Model.DayPartTargeting (google_api_authorized_buyers_marketplace v0.7.0)
View SourceRepresents Daypart targeting.
Attributes
-
dayParts(type:list(GoogleApi.AuthorizedBuyersMarketplace.V1.Model.DayPart.t), default:nil) - The targeted weekdays and times -
timeZoneType(type:String.t, default:nil) - The time zone type of the day parts
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.DayPartTargeting{ dayParts: [GoogleApi.AuthorizedBuyersMarketplace.V1.Model.DayPart.t()] | nil, timeZoneType: String.t() | nil }