UNPKG

dfp-lib

Version:

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

10 lines (9 loc) 276 B
"use strict"; const rateCardAction_1 = require("./rateCardAction"); class ActivateRateCards extends rateCardAction_1.RateCardAction { constructor() { super(); } } ActivateRateCards.XSI_TYPE = "ActivateRateCards"; exports.ActivateRateCards = ActivateRateCards;