UNPKG

dfp-lib

Version:

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

15 lines (14 loc) 568 B
"use strict"; const xmlElement_1 = require("../../common/soap/xmlElement"); class GrpDemographicBreakdown extends xmlElement_1.XMLElement { constructor(availableUnits = null, matchedUnits = null, unitType = null, gender = null, age = null) { super(); this.availableUnits = availableUnits; this.matchedUnits = matchedUnits; this.unitType = unitType; this.gender = gender; this.age = age; } } GrpDemographicBreakdown.XSI_TYPE = "GrpDemographicBreakdown"; exports.GrpDemographicBreakdown = GrpDemographicBreakdown;