UNPKG

dfp-lib

Version:

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

24 lines (23 loc) 1.29 kB
"use strict"; const xmlElement_1 = require("../../common/soap/xmlElement"); class LineItemCreativeAssociation extends xmlElement_1.XMLElement { constructor(lineItemId = null, creativeId = null, creativeSetId = null, manualCreativeRotationWeight = null, sequentialCreativeRotationIndex = null, startDateTime = null, startDateTimeType = null, endDateTime = null, destinationUrl = null, sizes = null, status = null, stats = null, lastModifiedDateTime = null, targetingName = null) { super(); this.lineItemId = lineItemId; this.creativeId = creativeId; this.creativeSetId = creativeSetId; this.manualCreativeRotationWeight = manualCreativeRotationWeight; this.sequentialCreativeRotationIndex = sequentialCreativeRotationIndex; this.startDateTime = startDateTime; this.startDateTimeType = startDateTimeType; this.endDateTime = endDateTime; this.destinationUrl = destinationUrl; this.sizes = sizes; this.status = status; this.stats = stats; this.lastModifiedDateTime = lastModifiedDateTime; this.targetingName = targetingName; } } LineItemCreativeAssociation.XSI_TYPE = "LineItemCreativeAssociation"; exports.LineItemCreativeAssociation = LineItemCreativeAssociation;