UNPKG

dfp-lib

Version:

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

7 lines (6 loc) 189 B
import { Asset } from './asset'; export declare class RedirectAsset extends Asset { protected static XSI_TYPE: string; redirectUrl: string; constructor(redirectUrl?: string); }