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