UNPKG

dfp-lib

Version:

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

11 lines (10 loc) 501 B
"use strict"; const baseCreativeTemplateVariableValue_1 = require("./baseCreativeTemplateVariableValue"); class LongCreativeTemplateVariableValue extends baseCreativeTemplateVariableValue_1.BaseCreativeTemplateVariableValue { constructor(value = null, uniqueName = null) { super(uniqueName); this.value = value; } } LongCreativeTemplateVariableValue.XSI_TYPE = "LongCreativeTemplateVariableValue"; exports.LongCreativeTemplateVariableValue = LongCreativeTemplateVariableValue;