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

ContentDurationTargetingOptionDetails

import type { ContentDurationTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

Represents a targetable content duration. This will be populated in the content_duration_details field when targeting_type is TARGETING_TYPE_CONTENT_DURATION.

interface ContentDurationTargetingOptionDetails {
readonly contentDuration?:
| "CONTENT_DURATION_UNSPECIFIED"
| "CONTENT_DURATION_UNKNOWN"
| "CONTENT_DURATION_0_TO_1_MIN"
| "CONTENT_DURATION_1_TO_5_MIN"
| "CONTENT_DURATION_5_TO_15_MIN"
| "CONTENT_DURATION_15_TO_30_MIN"
| "CONTENT_DURATION_30_TO_60_MIN"
| "CONTENT_DURATION_OVER_60_MIN";
}

§Properties

§
readonly contentDuration?: "CONTENT_DURATION_UNSPECIFIED" | "CONTENT_DURATION_UNKNOWN" | "CONTENT_DURATION_0_TO_1_MIN" | "CONTENT_DURATION_1_TO_5_MIN" | "CONTENT_DURATION_5_TO_15_MIN" | "CONTENT_DURATION_15_TO_30_MIN" | "CONTENT_DURATION_30_TO_60_MIN" | "CONTENT_DURATION_OVER_60_MIN"
[src]

Output only. The content duration.