UNPKG

dfp-lib

Version:

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

14 lines (13 loc) 653 B
"use strict"; const baseImageCreative_1 = require("./baseImageCreative"); class ImageCreative extends baseImageCreative_1.BaseImageCreative { constructor(altText = null, thirdPartyImpressionUrl = null, secondaryImageAssets = null, lockedOrientation = null, overrideSize = null, primaryImageAsset = null) { super(overrideSize, primaryImageAsset); this.altText = altText; this.thirdPartyImpressionUrl = thirdPartyImpressionUrl; this.secondaryImageAssets = secondaryImageAssets; this.lockedOrientation = lockedOrientation; } } ImageCreative.XSI_TYPE = "ImageCreative"; exports.ImageCreative = ImageCreative;