UNPKG

dfp-lib

Version:

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

8 lines (7 loc) 389 B
import { HasDestinationUrlCreative } from './hasDestinationUrlCreative'; import { DestinationUrlType } from './destinationUrlType'; export declare abstract class BaseImageRedirectCreative extends HasDestinationUrlCreative { protected static XSI_TYPE: string; imageUrl: string; constructor(imageUrl?: string, destinationUrl?: string, destinationUrlType?: DestinationUrlType); }