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