UNPKG

dfp-lib

Version:

This project hosts the Node.JS client library for the SOAP-based DFP API at Google.

7 lines (6 loc) 225 B
import { ProposalAction } from './proposalAction'; export declare class ReserveProposals extends ProposalAction { protected static XSI_TYPE: string; allowOverbook: boolean; constructor(allowOverbook?: boolean); }