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

BiddersListOptions

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

Additional options for realtimeBidding#biddersList.

interface BiddersListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

The maximum number of bidders to return. If unspecified, at most 100 bidders will be returned. The maximum value is 500; values above 500 will be coerced to 500.

§
pageToken?: string
[src]

A token identifying a page of results the server should return. This value is received from a previous ListBidders call in ListBiddersResponse.nextPageToken.