UNPKG

dfp-lib

Version:

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

10 lines (9 loc) 339 B
"use strict"; const productTemplateAction_1 = require("./productTemplateAction"); class ActivateProductTemplates extends productTemplateAction_1.ProductTemplateAction { constructor() { super(); } } ActivateProductTemplates.XSI_TYPE = "ActivateProductTemplates"; exports.ActivateProductTemplates = ActivateProductTemplates;