dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
8 lines (7 loc) • 456 B
TypeScript
import { BaseFlashRedirectCreative } from './baseFlashRedirectCreative';
import { SslScanResult } from './sslScanResult';
import { SslManualOverride } from './sslManualOverride';
export declare class FlashRedirectCreative extends BaseFlashRedirectCreative {
protected static XSI_TYPE: string;
constructor(flashUrl?: string, fallbackUrl?: string, fallbackPreviewUrl?: string, sslScanResult?: SslScanResult, sslManualOverride?: SslManualOverride);
}