UNPKG

dfp-lib

Version:

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

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