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

BatchRejectPublisherConnectionsRequest

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

A request to reject a batch of publisher connections.

interface BatchRejectPublisherConnectionsRequest {
names?: string[];
}

§Properties

§
names?: string[]
[src]

Required. The names of the publishers with whom connection will be rejected. 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.