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