UNPKG

dfp-lib

Version:

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

7 lines (6 loc) 296 B
import { BaseDynamicAllocationCreative } from './baseDynamicAllocationCreative'; export declare abstract class HasHtmlSnippetDynamicAllocationCreative extends BaseDynamicAllocationCreative { protected static XSI_TYPE: string; codeSnippet: string; constructor(codeSnippet?: string); }