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

ContentInstreamPositionTargetingOptionDetails

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

Represents a targetable content instream position, which could be used by video and audio ads. This will be populated in the content_instream_position_details field when targeting_type is TARGETING_TYPE_CONTENT_INSTREAM_POSITION.

interface ContentInstreamPositionTargetingOptionDetails {
readonly contentInstreamPosition?:
| "CONTENT_INSTREAM_POSITION_UNSPECIFIED"
| "CONTENT_INSTREAM_POSITION_PRE_ROLL"
| "CONTENT_INSTREAM_POSITION_MID_ROLL"
| "CONTENT_INSTREAM_POSITION_POST_ROLL"
| "CONTENT_INSTREAM_POSITION_UNKNOWN";
}

§Properties

§
readonly contentInstreamPosition?: "CONTENT_INSTREAM_POSITION_UNSPECIFIED" | "CONTENT_INSTREAM_POSITION_PRE_ROLL" | "CONTENT_INSTREAM_POSITION_MID_ROLL" | "CONTENT_INSTREAM_POSITION_POST_ROLL" | "CONTENT_INSTREAM_POSITION_UNKNOWN"
[src]

Output only. The content instream position.