UNPKG

dfp-lib

Version:

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

10 lines (9 loc) 258 B
"use strict"; const adUnitAction_1 = require("./adUnitAction"); class ActivateAdUnits extends adUnitAction_1.AdUnitAction { constructor() { super(); } } ActivateAdUnits.XSI_TYPE = "ActivateAdUnits"; exports.ActivateAdUnits = ActivateAdUnits;