GoogleApi.AuthorizedBuyersMarketplace.V1.Model.DayPartTargeting (google_api_authorized_buyers_marketplace v0.7.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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.