dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
15 lines (14 loc) • 1.04 kB
JavaScript
;
const baseVideoCreative_1 = require("./baseVideoCreative");
class SetTopBoxCreative extends baseVideoCreative_1.BaseVideoCreative {
constructor(externalAssetId = null, providerId = null, availabilityRegionIds = null, licenseWindowStartDateTime = null, licenseWindowEndDateTime = null, duration = null, allowDurationOverride = null, trackingUrls = null, companionCreativeIds = null, customParameters = null, vastPreviewUrl = null, sslScanResult = null, sslManualOverride = null) {
super(duration, allowDurationOverride, trackingUrls, companionCreativeIds, customParameters, vastPreviewUrl, sslScanResult, sslManualOverride);
this.externalAssetId = externalAssetId;
this.providerId = providerId;
this.availabilityRegionIds = availabilityRegionIds;
this.licenseWindowStartDateTime = licenseWindowStartDateTime;
this.licenseWindowEndDateTime = licenseWindowEndDateTime;
}
}
SetTopBoxCreative.XSI_TYPE = "SetTopBoxCreative";
exports.SetTopBoxCreative = SetTopBoxCreative;