UNPKG

dfp-lib

Version:

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

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