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

ListEndpointsResponse

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

A response containing bidder endpoints.

interface ListEndpointsResponse {
endpoints?: Endpoint[];
nextPageToken?: string;
}

§Properties

§
endpoints?: Endpoint[]
[src]

List of bidder endpoints.

§
nextPageToken?: string
[src]

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