VideoPlayerSizeTargetingOptionDetails
import type { VideoPlayerSizeTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.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";