UNPKG

dfp-lib

Version:

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

12 lines (11 loc) 352 B
"use strict"; const xmlElement_1 = require("../../common/soap/xmlElement"); class LongStatsMapEntry extends xmlElement_1.XMLElement { constructor(key = null, value = null) { super(); this.key = key; this.value = value; } } LongStatsMapEntry.XSI_TYPE = "LongStatsMapEntry"; exports.LongStatsMapEntry = LongStatsMapEntry;