dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
13 lines (12 loc) • 482 B
JavaScript
;
const xmlElement_1 = require("../../common/soap/xmlElement");
class SwiffyFallbackAsset extends xmlElement_1.XMLElement {
constructor(asset = null, html5Features = null, localizedInfoMessages = null) {
super();
this.asset = asset;
this.html5Features = html5Features;
this.localizedInfoMessages = localizedInfoMessages;
}
}
SwiffyFallbackAsset.XSI_TYPE = "SwiffyFallbackAsset";
exports.SwiffyFallbackAsset = SwiffyFallbackAsset;