UNPKG

dfp-lib

Version:

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

11 lines (10 loc) 370 B
"use strict"; const baseCustomFieldValue_1 = require("./baseCustomFieldValue"); class CustomFieldValue extends baseCustomFieldValue_1.BaseCustomFieldValue { constructor(value = null, customFieldId = null) { super(customFieldId); this.value = value; } } CustomFieldValue.XSI_TYPE = "CustomFieldValue"; exports.CustomFieldValue = CustomFieldValue;