InventorySourceGroupsPatchOptions
import type { InventorySourceGroupsPatchOptions } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Additional options for DisplayVideo#inventorySourceGroupsPatch.
interface InventorySourceGroupsPatchOptions {
advertiserId?: bigint;
partnerId?: bigint;
updateMask?: string;
}