dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
8 lines (7 loc) • 339 B
TypeScript
import { BaseImageRedirectCreative } from './baseImageRedirectCreative';
export declare class ImageRedirectCreative extends BaseImageRedirectCreative {
protected static XSI_TYPE: string;
altText: string;
thirdPartyImpressionUrl: string;
constructor(altText?: string, thirdPartyImpressionUrl?: string, imageUrl?: string);
}