dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
8 lines (7 loc) • 306 B
TypeScript
import { ContentBundleAction } from './contentBundleAction';
import { Statement } from './statement';
export declare class ExcludeContentFromContentBundle extends ContentBundleAction {
protected static XSI_TYPE: string;
contentStatement: Statement;
constructor(contentStatement?: Statement);
}