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

VideoPlayerSizeAssignedTargetingOptionDetails

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

Video player size targeting option details. This will be populated in the video_player_size_details field when targeting_type is TARGETING_TYPE_VIDEO_PLAYER_SIZE. Explicitly targeting all options is not supported. Remove all video player size targeting options to achieve this effect.

interface VideoPlayerSizeAssignedTargetingOptionDetails {
videoPlayerSize?:
| "VIDEO_PLAYER_SIZE_UNSPECIFIED"
| "VIDEO_PLAYER_SIZE_SMALL"
| "VIDEO_PLAYER_SIZE_LARGE"
| "VIDEO_PLAYER_SIZE_HD"
| "VIDEO_PLAYER_SIZE_UNKNOWN";
}

§Properties

§
videoPlayerSize?: "VIDEO_PLAYER_SIZE_UNSPECIFIED" | "VIDEO_PLAYER_SIZE_SMALL" | "VIDEO_PLAYER_SIZE_LARGE" | "VIDEO_PLAYER_SIZE_HD" | "VIDEO_PLAYER_SIZE_UNKNOWN"
[src]

Required. The video player size.