UNPKG

dfp-lib

Version:

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

13 lines (12 loc) 515 B
"use strict"; const xmlElement_1 = require("../../common/soap/xmlElement"); class VideoPositionTarget extends xmlElement_1.XMLElement { constructor(videoPosition = null, videoBumperType = null, videoPositionWithinPod = null) { super(); this.videoPosition = videoPosition; this.videoBumperType = videoBumperType; this.videoPositionWithinPod = videoPositionWithinPod; } } VideoPositionTarget.XSI_TYPE = "VideoPositionTarget"; exports.VideoPositionTarget = VideoPositionTarget;