UNPKG

dfp-lib

Version:

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

13 lines (12 loc) 523 B
"use strict"; const xmlElement_1 = require("../../common/soap/xmlElement"); class SiteTargetingInfo extends xmlElement_1.XMLElement { constructor(targetingDescription = null, targetingSiteName = null, targetingAdLocation = null) { super(); this.targetingDescription = targetingDescription; this.targetingSiteName = targetingSiteName; this.targetingAdLocation = targetingAdLocation; } } SiteTargetingInfo.XSI_TYPE = "SiteTargetingInfo"; exports.SiteTargetingInfo = SiteTargetingInfo;