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

VideoPlayerSizeTargetingOptionDetails

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

Represents a targetable video player size. This will be populated in the video_player_size_details field when targeting_type is TARGETING_TYPE_VIDEO_PLAYER_SIZE.

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

§Properties

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

Output only. The video player size.