dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
19 lines (18 loc) • 1.06 kB
JavaScript
;
const hasDestinationUrlCreative_1 = require("./hasDestinationUrlCreative");
class VpaidLinearRedirectCreative extends hasDestinationUrlCreative_1.HasDestinationUrlCreative {
constructor(companionCreativeIds = null, trackingUrls = null, customParameters = null, duration = null, flashUrl = null, flashAssetSize = null, vastPreviewUrl = null, sslScanResult = null, sslManualOverride = null, destinationUrl = null, destinationUrlType = null) {
super(destinationUrl, destinationUrlType);
this.companionCreativeIds = companionCreativeIds;
this.trackingUrls = trackingUrls;
this.customParameters = customParameters;
this.duration = duration;
this.flashUrl = flashUrl;
this.flashAssetSize = flashAssetSize;
this.vastPreviewUrl = vastPreviewUrl;
this.sslScanResult = sslScanResult;
this.sslManualOverride = sslManualOverride;
}
}
VpaidLinearRedirectCreative.XSI_TYPE = "VpaidLinearRedirectCreative";
exports.VpaidLinearRedirectCreative = VpaidLinearRedirectCreative;