UNPKG

dfp-lib

Version:

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

8 lines (7 loc) 243 B
import { ObjectValue } from './objectValue'; import { Targeting } from './targeting'; export declare class TargetingValue extends ObjectValue { protected static XSI_TYPE: string; value: Targeting; constructor(value?: Targeting); }