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