UNPKG

dfp-lib

Version:

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

10 lines (9 loc) 254 B
"use strict"; const orderAction_1 = require("./orderAction"); class UnarchiveOrders extends orderAction_1.OrderAction { constructor() { super(); } } UnarchiveOrders.XSI_TYPE = "UnarchiveOrders"; exports.UnarchiveOrders = UnarchiveOrders;