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