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