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

VideoAdInventoryControl

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

The video ad inventory control used in certain YouTube line item types.

interface VideoAdInventoryControl {
allowInFeed?: boolean;
allowInStream?: boolean;
allowShorts?: boolean;
}

§Properties

§
allowInFeed?: boolean
[src]

Optional. Whether ads can serve as in-feed format.

§
allowInStream?: boolean
[src]

Optional. Whether ads can serve as in-stream format.

§
allowShorts?: boolean
[src]

Optional. Whether ads can serve as shorts format.