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

YoutubeVideoAsset

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

Data for a YouTube video ad asset.

interface YoutubeVideoAsset {
youtubeVideoId?: string;
}

§Properties

§
youtubeVideoId?: string
[src]

Required. The YouTube video id of the asset. This is the 11 char string value used in the YouTube video URL.