UNPKG

dfp-lib

Version:

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

7 lines (6 loc) 223 B
import { AdUnitAction } from './adUnitAction'; export declare class RemoveAdUnitsFromPlacement extends AdUnitAction { protected static XSI_TYPE: string; placementId: number; constructor(placementId?: number); }