UNPKG

dfp-lib

Version:

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

13 lines (12 loc) 510 B
"use strict"; const xmlElement_1 = require("../../common/soap/xmlElement"); class InventoryTargeting extends xmlElement_1.XMLElement { constructor(targetedAdUnits = null, excludedAdUnits = null, targetedPlacementIds = null) { super(); this.targetedAdUnits = targetedAdUnits; this.excludedAdUnits = excludedAdUnits; this.targetedPlacementIds = targetedPlacementIds; } } InventoryTargeting.XSI_TYPE = "InventoryTargeting"; exports.InventoryTargeting = InventoryTargeting;