dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
11 lines (10 loc) • 335 B
JavaScript
;
const proposalAction_1 = require("./proposalAction");
class ReserveProposals extends proposalAction_1.ProposalAction {
constructor(allowOverbook = null) {
super();
this.allowOverbook = allowOverbook;
}
}
ReserveProposals.XSI_TYPE = "ReserveProposals";
exports.ReserveProposals = ReserveProposals;