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;
}