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

BatchApprovePublisherConnectionsResponse

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

A response for the request to approve a batch of publisher connections.

interface BatchApprovePublisherConnectionsResponse {
publisherConnections?: PublisherConnection[];
}

§Properties

§
publisherConnections?: PublisherConnection[]
[src]

The publisher connections that have been approved.