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

ResumeProposalDealsRequest

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

Request message to resume (unpause) serving for already-finalized deals.

interface ResumeProposalDealsRequest {
externalDealIds?: string[];
}

§Properties

§
externalDealIds?: string[]
[src]

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