UNPKG

dfp-lib

Version:

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

6 lines (5 loc) 187 B
import { Technology } from './technology'; export declare class OperatingSystem extends Technology { protected static XSI_TYPE: string; constructor(id?: number, name?: string); }