UNPKG

dfp-lib

Version:

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

11 lines (10 loc) 407 B
"use strict"; const proposalLineItemAction_1 = require("./proposalLineItemAction"); class ReserveProposalLineItems extends proposalLineItemAction_1.ProposalLineItemAction { constructor(allowOverbook = null) { super(); this.allowOverbook = allowOverbook; } } ReserveProposalLineItems.XSI_TYPE = "ReserveProposalLineItems"; exports.ReserveProposalLineItems = ReserveProposalLineItems;