UNPKG

dfp-lib

Version:

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

8 lines (7 loc) 304 B
import { ContentBundleAction } from './contentBundleAction'; import { Statement } from './statement'; export declare class IncludeContentInContentBundle extends ContentBundleAction { protected static XSI_TYPE: string; contentStatement: Statement; constructor(contentStatement?: Statement); }