UNPKG

dfp-lib

Version:

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

11 lines (10 loc) 289 B
"use strict"; const objectValue_1 = require("./objectValue"); class TargetingValue extends objectValue_1.ObjectValue { constructor(value = null) { super(); this.value = value; } } TargetingValue.XSI_TYPE = "TargetingValue"; exports.TargetingValue = TargetingValue;