UNPKG

dfp-lib

Version:

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

8 lines (7 loc) 280 B
import { BaseCustomFieldValue } from './baseCustomFieldValue'; import { Value } from './value'; export declare class CustomFieldValue extends BaseCustomFieldValue { protected static XSI_TYPE: string; value: Value; constructor(value?: Value, customFieldId?: number); }