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

BiddersEndpointsListOptions

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

Additional options for realtimeBidding#biddersEndpointsList.

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

§Properties

§
pageSize?: number
[src]

The maximum number of endpoints to return. If unspecified, at most 100 endpoints 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 ListEndpoints call in ListEndpointsResponse.nextPageToken.