dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
19 lines (18 loc) • 981 B
JavaScript
;
const hasDestinationUrlCreative_1 = require("./hasDestinationUrlCreative");
class CustomCreative extends hasDestinationUrlCreative_1.HasDestinationUrlCreative {
constructor(htmlSnippet = null, customCreativeAssets = null, isInterstitial = null, lockedOrientation = null, sslScanResult = null, sslManualOverride = null, isSafeFrameCompatible = null, destinationUrl = null, destinationUrlType = null) {
super();
this.htmlSnippet = htmlSnippet;
this.customCreativeAssets = customCreativeAssets;
this.isInterstitial = isInterstitial;
this.lockedOrientation = lockedOrientation;
this.sslScanResult = sslScanResult;
this.sslManualOverride = sslManualOverride;
this.isSafeFrameCompatible = isSafeFrameCompatible;
this.destinationUrl = destinationUrl;
this.destinationUrlType = destinationUrlType;
}
}
CustomCreative.XSI_TYPE = "CustomCreative";
exports.CustomCreative = CustomCreative;