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