dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
7 lines (6 loc) • 409 B
TypeScript
import { Creative } from './creative';
export declare class ProgrammaticCreative extends Creative {
protected static XSI_TYPE: string;
isSafeFrameCompatible: boolean;
constructor(isSafeFrameCompatible?: boolean, advertiserId?: number, id?: number, name?: string, size?: any, previewUrl?: string, policyViolations?: any, appliedLabels?: any, lastModifiedDateTime?: any, customFieldValues?: any);
}