UNPKG

dfp-lib

Version:

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

10 lines (9 loc) 249 B
"use strict"; const labelAction_1 = require("./labelAction"); class ActivateLabels extends labelAction_1.LabelAction { constructor() { super(); } } ActivateLabels.XSI_TYPE = "ActivateLabels"; exports.ActivateLabels = ActivateLabels;