dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
11 lines (10 loc) • 493 B
JavaScript
;
const hasDestinationUrlCreative_1 = require("./hasDestinationUrlCreative");
class BaseImageRedirectCreative extends hasDestinationUrlCreative_1.HasDestinationUrlCreative {
constructor(imageUrl = null, destinationUrl = null, destinationUrlType = null) {
super(destinationUrl, destinationUrlType);
this.imageUrl = imageUrl;
}
}
BaseImageRedirectCreative.XSI_TYPE = "BaseImageRedirectCreative";
exports.BaseImageRedirectCreative = BaseImageRedirectCreative;