UNPKG

dfp-lib

Version:

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

10 lines (9 loc) 391 B
import { XMLElement } from '../../common/soap/xmlElement'; import { ConversionEvent } from './conversionEvent'; import { TrackingUrls } from './trackingUrls'; export declare class ConversionEventTrackingUrlsMapEntry extends XMLElement { protected static XSI_TYPE: string; key: ConversionEvent; value: TrackingUrls; constructor(key?: ConversionEvent, value?: TrackingUrls); }