View Source GoogleApi.AuthorizedBuyersMarketplace.V1.Model.DayPartTargeting (google_api_authorized_buyers_marketplace v0.4.0)

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

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
}

Functions

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

Unwrap a decoded JSON object into its complex fields.