dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
7 lines (6 loc) • 337 B
TypeScript
import { HasDestinationUrlCreative } from './hasDestinationUrlCreative';
import { DestinationUrlType } from './destinationUrlType';
export declare class LegacyDfpMobileCreative extends HasDestinationUrlCreative {
protected static XSI_TYPE: string;
constructor(destinationUrl?: string, destinationUrlType?: DestinationUrlType);
}