UNPKG

dfp-lib

Version:

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

10 lines (9 loc) 739 B
"use strict"; const baseAdRuleSlot_1 = require("./baseAdRuleSlot"); class OptimizedPoddingAdRuleSlot extends baseAdRuleSlot_1.BaseAdRuleSlot { constructor(slotBehavior = null, minVideoAdDuration = null, maxVideoAdDuration = null, videoMidrollFrequencyType = null, videoMidrollFrequency = null, bumper = null, maxBumperDuration = null, minPodDuration = null, maxPodDuration = null, maxAdsInPod = null) { super(slotBehavior, minVideoAdDuration, maxVideoAdDuration, videoMidrollFrequencyType, videoMidrollFrequency, bumper, maxBumperDuration, minPodDuration, maxPodDuration, maxAdsInPod); } } OptimizedPoddingAdRuleSlot.XSI_TYPE = "OptimizedPoddingAdRuleSlot"; exports.OptimizedPoddingAdRuleSlot = OptimizedPoddingAdRuleSlot;