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