YoutubeAndPartnersInventorySourceConfig
import type { YoutubeAndPartnersInventorySourceConfig } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Settings that control what YouTube related inventories the YouTube and Partners line item will target.
interface YoutubeAndPartnersInventorySourceConfig {
includeGoogleTv?: boolean;
includeYoutube?: boolean;
includeYoutubeVideoPartners?: boolean;
}