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

NativeContentPositionTargetingOptionDetails

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

Represents a targetable native content position. This will be populated in the native_content_position_details field when targeting_type is TARGETING_TYPE_NATIVE_CONTENT_POSITION.

interface NativeContentPositionTargetingOptionDetails {
readonly contentPosition?:
| "NATIVE_CONTENT_POSITION_UNSPECIFIED"
| "NATIVE_CONTENT_POSITION_UNKNOWN"
| "NATIVE_CONTENT_POSITION_IN_ARTICLE"
| "NATIVE_CONTENT_POSITION_IN_FEED"
| "NATIVE_CONTENT_POSITION_PERIPHERAL"
| "NATIVE_CONTENT_POSITION_RECOMMENDATION";
}

§Properties

§
readonly contentPosition?: "NATIVE_CONTENT_POSITION_UNSPECIFIED" | "NATIVE_CONTENT_POSITION_UNKNOWN" | "NATIVE_CONTENT_POSITION_IN_ARTICLE" | "NATIVE_CONTENT_POSITION_IN_FEED" | "NATIVE_CONTENT_POSITION_PERIPHERAL" | "NATIVE_CONTENT_POSITION_RECOMMENDATION"
[src]

Output only. The content position.