UNPKG

dfp-lib

Version:

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

11 lines (10 loc) 278 B
"use strict"; const asset_1 = require("./asset"); class RedirectAsset extends asset_1.Asset { constructor(redirectUrl = null) { super(); this.redirectUrl = redirectUrl; } } RedirectAsset.XSI_TYPE = "RedirectAsset"; exports.RedirectAsset = RedirectAsset;