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