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

PauseProposalRequest

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

Request message to pause serving for an already-finalized proposal.

interface PauseProposalRequest {
reason?: string;
}

§Properties

§
reason?: string
[src]

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