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