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

ListPublisherConnectionsResponse

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

A response to a request for listing publisher connections.

interface ListPublisherConnectionsResponse {
nextPageToken?: string;
publisherConnections?: PublisherConnection[];
}

§Properties

§
nextPageToken?: string
[src]

A token to retrieve the next page of results. Pass this value in the ListPublisherConnectionsRequest.pageToken field in the subsequent call to the ListPublisherConnections method to retrieve the next page of results.

§
publisherConnections?: PublisherConnection[]
[src]

The list of publisher connections.