UNPKG

dfp-lib

Version:

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

10 lines (9 loc) 267 B
"use strict"; const productAction_1 = require("./productAction"); class ActivateProducts extends productAction_1.ProductAction { constructor() { super(); } } ActivateProducts.XSI_TYPE = "ActivateProducts"; exports.ActivateProducts = ActivateProducts;