UNPKG

dfp-lib

Version:

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

11 lines (10 loc) 238 B
"use strict"; const value_1 = require("./value"); class SetValue extends value_1.Value { constructor(values = null) { super(); this.values = values; } } SetValue.XSI_TYPE = "SetValue"; exports.SetValue = SetValue;