UNPKG

dfp-lib

Version:

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

7 lines (6 loc) 304 B
import { BaseCreativeTemplateVariableValue } from './baseCreativeTemplateVariableValue'; export declare class StringCreativeTemplateVariableValue extends BaseCreativeTemplateVariableValue { protected static XSI_TYPE: string; value: string; constructor(value?: string, uniqueName?: string); }