dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
13 lines (12 loc) • 533 B
JavaScript
;
const baseImageRedirectCreative_1 = require("./baseImageRedirectCreative");
class ImageRedirectCreative extends baseImageRedirectCreative_1.BaseImageRedirectCreative {
constructor(altText = null, thirdPartyImpressionUrl = null, imageUrl = null) {
super();
this.altText = altText;
this.thirdPartyImpressionUrl = thirdPartyImpressionUrl;
this.imageUrl = imageUrl;
}
}
ImageRedirectCreative.XSI_TYPE = "ImageRedirectCreative";
exports.ImageRedirectCreative = ImageRedirectCreative;