UNPKG

dfp-lib

Version:

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

16 lines (15 loc) 802 B
"use strict"; const baseImageCreative_1 = require("./baseImageCreative"); class ImageOverlayCreative extends baseImageCreative_1.BaseImageCreative { constructor(companionCreativeIds = null, trackingUrls = null, lockedOrientation = null, customParameters = null, duration = null, vastPreviewUrl = null, overrideSize = null, primaryImageAsset = null) { super(overrideSize, primaryImageAsset); this.companionCreativeIds = companionCreativeIds; this.trackingUrls = trackingUrls; this.lockedOrientation = lockedOrientation; this.customParameters = customParameters; this.duration = duration; this.vastPreviewUrl = vastPreviewUrl; } } ImageOverlayCreative.XSI_TYPE = "ImageOverlayCreative"; exports.ImageOverlayCreative = ImageOverlayCreative;