UNPKG

dfp-lib

Version:

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

15 lines (14 loc) 571 B
"use strict"; const xmlElement_1 = require("../../common/soap/xmlElement"); class GrpSettings extends xmlElement_1.XMLElement { constructor(minTargetAge = null, maxTargetAge = null, targetGender = null, provider = null, targetImpressionGoal = null) { super(); this.minTargetAge = minTargetAge; this.maxTargetAge = maxTargetAge; this.targetGender = targetGender; this.provider = provider; this.targetImpressionGoal = targetImpressionGoal; } } GrpSettings.XSI_TYPE = "GrpSettings"; exports.GrpSettings = GrpSettings;