UNPKG

dfp-lib

Version:

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

15 lines (14 loc) 778 B
"use strict"; const hasDestinationUrlCreative_1 = require("./hasDestinationUrlCreative"); class BaseFlashRedirectCreative extends hasDestinationUrlCreative_1.HasDestinationUrlCreative { constructor(flashUrl = null, fallbackUrl = null, fallbackPreviewUrl = null, sslScanResult = null, sslManualOverride = null, destinationUrl = null, destinationUrlType = null) { super(destinationUrl, destinationUrlType); this.flashUrl = flashUrl; this.fallbackUrl = fallbackUrl; this.fallbackPreviewUrl = fallbackPreviewUrl; this.sslScanResult = sslScanResult; this.sslManualOverride = sslManualOverride; } } BaseFlashRedirectCreative.XSI_TYPE = "BaseFlashRedirectCreative"; exports.BaseFlashRedirectCreative = BaseFlashRedirectCreative;