Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListCustomBiddingAlgorithmsResponse

import type { ListCustomBiddingAlgorithmsResponse } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";
interface ListCustomBiddingAlgorithmsResponse {
customBiddingAlgorithms?: CustomBiddingAlgorithm[];
nextPageToken?: string;
}

§Properties

§
customBiddingAlgorithms?: CustomBiddingAlgorithm[]
[src]

The list of custom bidding algorithms. This list will be absent if empty.

§
nextPageToken?: string
[src]

A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to ListCustomBiddingAlgorithmsRequest method to retrieve the next page of results. If this field is null, it means this is the last page.