UNPKG

dfp-lib

Version:

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

14 lines (13 loc) 704 B
"use strict"; const hasDestinationUrlCreative_1 = require("./hasDestinationUrlCreative"); class AspectRatioImageCreative extends hasDestinationUrlCreative_1.HasDestinationUrlCreative { constructor(imageAssets = null, altText = null, thirdPartyImpressionUrl = null, overrideSize = null, destinationUrl = null, destinationUrlType = null) { super(destinationUrl, destinationUrlType); this.imageAssets = imageAssets; this.altText = altText; this.thirdPartyImpressionUrl = thirdPartyImpressionUrl; this.overrideSize = overrideSize; } } AspectRatioImageCreative.XSI_TYPE = "AspectRatioImageCreative"; exports.AspectRatioImageCreative = AspectRatioImageCreative;