InventorySourceGroup
import type { InventorySourceGroup } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
A collection of targetable inventory sources.
interface InventorySourceGroup {
displayName?: string;
readonly inventorySourceGroupId?: bigint;
readonly name?: string;
}