UNPKG

dfp-lib

Version:

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

13 lines (12 loc) 651 B
"use strict"; const firstPartyAudienceSegment_1 = require("./firstPartyAudienceSegment"); class RuleBasedFirstPartyAudienceSegmentSummary extends firstPartyAudienceSegment_1.FirstPartyAudienceSegment { constructor(pageViews = null, recencyDays = null, membershipExpirationDays = null) { super(); this.pageViews = pageViews; this.recencyDays = recencyDays; this.membershipExpirationDays = membershipExpirationDays; } } RuleBasedFirstPartyAudienceSegmentSummary.XSI_TYPE = "RuleBasedFirstPartyAudienceSegmentSummary"; exports.RuleBasedFirstPartyAudienceSegmentSummary = RuleBasedFirstPartyAudienceSegmentSummary;