UNPKG

dfp-lib

Version:

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

12 lines (11 loc) 498 B
"use strict"; const hasDestinationUrlCreative_1 = require("./hasDestinationUrlCreative"); class LegacyDfpMobileCreative extends hasDestinationUrlCreative_1.HasDestinationUrlCreative { constructor(destinationUrl = null, destinationUrlType = null) { super(); this.destinationUrl = destinationUrl; this.destinationUrlType = destinationUrlType; } } LegacyDfpMobileCreative.XSI_TYPE = "LegacyDfpMobileCreative"; exports.LegacyDfpMobileCreative = LegacyDfpMobileCreative;