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

PauseProposalDealsRequest

import type { PauseProposalDealsRequest } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";

Request message to pause serving for finalized deals.

interface PauseProposalDealsRequest {
externalDealIds?: string[];
reason?: string;
}

§Properties

§
externalDealIds?: string[]
[src]

The external_deal_id's of the deals to be paused. If empty, all the deals in the proposal will be paused.

§
reason?: string
[src]

The reason why the deals are being paused. This human readable message will be displayed in the seller's UI. (Max length: 1000 unicode code units.)