UNPKG

dfp-lib

Version:

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

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