UNPKG

dfp-lib

Version:

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

10 lines (9 loc) 210 B
"use strict"; const value_1 = require("./value"); class ObjectValue extends value_1.Value { constructor() { super(); } } ObjectValue.XSI_TYPE = "ObjectValue"; exports.ObjectValue = ObjectValue;