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

ListBiddersResponse

import type { ListBiddersResponse } from "https://googleapis.deno.dev/v1/realtimebidding:v1.ts";

A response containing bidders.

interface ListBiddersResponse {
bidders?: Bidder[];
nextPageToken?: string;
}

§Properties

§
bidders?: Bidder[]
[src]

List of bidders.

§
nextPageToken?: string
[src]

A token which can be passed to a subsequent call to the ListBidders method to retrieve the next page of results in ListBiddersRequest.pageToken.