UNPKG

dfp-lib

Version:

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

11 lines (10 loc) 249 B
"use strict"; const xmlElement_1 = require("../../common/soap/xmlElement"); class Row extends xmlElement_1.XMLElement { constructor(values = null) { super(); this.values = values; } } Row.XSI_TYPE = "Row"; exports.Row = Row;