UNPKG

dfp-lib

Version:

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

16 lines (15 loc) 757 B
"use strict"; const xmlElement_1 = require("../../common/soap/xmlElement"); class TargetingCriteriaBreakdown extends xmlElement_1.XMLElement { constructor(targetingDimension = null, targetingCriteriaId = null, targetingCriteriaName = null, excluded = null, availableUnits = null, matchedUnits = null) { super(); this.targetingDimension = targetingDimension; this.targetingCriteriaId = targetingCriteriaId; this.targetingCriteriaName = targetingCriteriaName; this.excluded = excluded; this.availableUnits = availableUnits; this.matchedUnits = matchedUnits; } } TargetingCriteriaBreakdown.XSI_TYPE = "TargetingCriteriaBreakdown"; exports.TargetingCriteriaBreakdown = TargetingCriteriaBreakdown;