UNPKG

dfp-lib

Version:

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

6 lines (5 loc) 358 B
import { Creative } from './creative'; export declare abstract class BaseDynamicAllocationCreative extends Creative { protected static XSI_TYPE: string; constructor(advertiserId?: number, id?: number, name?: string, size?: any, previewUrl?: string, policyViolations?: any, appliedLabels?: any, lastModifiedDateTime?: any, customFieldValues?: any); }