UNPKG

dfp-lib

Version:

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

10 lines (9 loc) 295 B
"use strict"; const technology_1 = require("./technology"); class DeviceManufacturer extends technology_1.Technology { constructor(id = null, name = null) { super(id, name); } } DeviceManufacturer.XSI_TYPE = "DeviceManufacturer"; exports.DeviceManufacturer = DeviceManufacturer;