dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
8 lines (7 loc) • 396 B
TypeScript
import { CreativeTemplateVariable } from './creativeTemplateVariable';
export declare class UrlCreativeTemplateVariable extends CreativeTemplateVariable {
protected static XSI_TYPE: string;
defaultValue: string;
isTrackingUrl: boolean;
constructor(defaultValue?: string, isTrackingUrl?: boolean, label?: string, uniqueName?: string, description?: string, isRequired?: boolean);
}