UNPKG

dfp-lib

Version:

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

7 lines (6 loc) 285 B
import { BaseCustomFieldValue } from './baseCustomFieldValue'; export declare class DropDownCustomFieldValue extends BaseCustomFieldValue { protected static XSI_TYPE: string; customFieldOptionId: number; constructor(customFieldOptionId?: number, customFieldId?: number); }