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

BatchApprovePublisherConnectionsRequest

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

A request to approve a batch of publisher connections.

interface BatchApprovePublisherConnectionsRequest {
names?: string[];
}

§Properties

§
names?: string[]
[src]

Required. The names of the publishers with which connections will be approved. In the pattern bidders/{bidder}/publisherConnections/{publisher} where {bidder} is the account ID of the bidder, and {publisher} is the ads.txt/app-ads.txt publisher ID.