ListCustomBiddingAlgorithmsResponse
import type { ListCustomBiddingAlgorithmsResponse } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
interface ListCustomBiddingAlgorithmsResponse {
customBiddingAlgorithms?: CustomBiddingAlgorithm[];
nextPageToken?: string;
}§Properties
§
customBiddingAlgorithms?: CustomBiddingAlgorithm[]
[src]The list of custom bidding algorithms. This list will be absent if empty.