dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
10 lines (9 loc) • 343 B
JavaScript
;
const proposalLineItemAction_1 = require("./proposalLineItemAction");
class ReleaseProposalLineItems extends proposalLineItemAction_1.ProposalLineItemAction {
constructor() {
super();
}
}
ReleaseProposalLineItems.XSI_TYPE = "ReleaseProposalLineItems";
exports.ReleaseProposalLineItems = ReleaseProposalLineItems;