UNPKG

dfp-lib

Version:

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

6 lines (5 loc) 221 B
import { CustomTargetingValueAction } from './customTargetingValueAction'; export declare class DeleteCustomTargetingValues extends CustomTargetingValueAction { protected static XSI_TYPE: string; constructor(); }