UNPKG

dfp-lib

Version:

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

22 lines (21 loc) 1.16 kB
"use strict"; const siteTargetingInfo_1 = require("./siteTargetingInfo"); class Placement extends siteTargetingInfo_1.SiteTargetingInfo { constructor(id = null, name = null, description = null, placementCode = null, status = null, isAdSenseTargetingEnabled = null, adSenseTargetingLocale = null, targetedAdUnitIds = null, lastModifiedDateTime = null, targetingDescription = null, targetingSiteName = null, targetingAdLocation = null) { super(targetingDescription, targetingSiteName, targetingAdLocation); this.id = id; this.name = name; this.description = description; this.placementCode = placementCode; this.status = status; this.isAdSenseTargetingEnabled = isAdSenseTargetingEnabled; this.adSenseTargetingLocale = adSenseTargetingLocale; this.targetedAdUnitIds = targetedAdUnitIds; this.lastModifiedDateTime = lastModifiedDateTime; this.targetingDescription = targetingDescription; this.targetingSiteName = targetingSiteName; this.targetingAdLocation = targetingAdLocation; } } Placement.XSI_TYPE = "Placement"; exports.Placement = Placement;