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