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

SelectedInventories

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

The inventory control of the ad group.

interface SelectedInventories {
allowDiscover?: boolean;
allowGmail?: boolean;
allowGoogleDisplayNetwork?: boolean;
allowYoutubeFeed?: boolean;
allowYoutubeShorts?: boolean;
allowYoutubeStream?: boolean;
}

§Properties

§
allowDiscover?: boolean
[src]

Whether the ad group is opted-in to Discover inventory.

§
allowGmail?: boolean
[src]

Whether the ad group is opted-in to Gmail inventory.

§
allowGoogleDisplayNetwork?: boolean
[src]

Whether the ad group is opted-in to Google Display Network inventory.

§
allowYoutubeFeed?: boolean
[src]

Whether the ad group is opted-in to YouTube in-feed inventory.

§
allowYoutubeShorts?: boolean
[src]

Whether the ad group is opted-in to YouTube shorts inventory.

§
allowYoutubeStream?: boolean
[src]

Whether the ad group is opted-in to YouTube in-stream.