UNPKG

dfp-lib

Version:

This project hosts the Node.JS client library for the SOAP-based DFP API at Google.

20 lines (19 loc) 1.08 kB
"use strict"; const hasDestinationUrlCreative_1 = require("./hasDestinationUrlCreative"); class BaseVideoCreative extends hasDestinationUrlCreative_1.HasDestinationUrlCreative { constructor(duration = null, allowDurationOverride = null, trackingUrls = null, companionCreativeIds = null, customParameters = null, vastPreviewUrl = null, sslScanResult = null, sslManualOverride = null, destinationUrl = null, destinationUrlType = null) { super(destinationUrl, destinationUrlType); this.duration = duration; this.allowDurationOverride = allowDurationOverride; this.trackingUrls = trackingUrls; this.companionCreativeIds = companionCreativeIds; this.customParameters = customParameters; this.vastPreviewUrl = vastPreviewUrl; this.sslScanResult = sslScanResult; this.sslManualOverride = sslManualOverride; this.destinationUrl = destinationUrl; this.destinationUrlType = destinationUrlType; } } BaseVideoCreative.XSI_TYPE = "BaseVideoCreative"; exports.BaseVideoCreative = BaseVideoCreative;