Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DayPartTargeting

import type { DayPartTargeting } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";

Specifies the day part targeting criteria.

interface DayPartTargeting {
dayParts?: DayPart[];
timeZoneType?: "TIME_ZONE_SOURCE_UNSPECIFIED" | "PUBLISHER" | "USER";
}

§Properties

§
dayParts?: DayPart[]
[src]

A list of day part targeting criterion.

§
timeZoneType?: "TIME_ZONE_SOURCE_UNSPECIFIED" | "PUBLISHER" | "USER"
[src]

The timezone to use for interpreting the day part targeting.