dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
10 lines (9 loc) • 351 B
JavaScript
;
const premiumFeature_1 = require("./premiumFeature");
class DeviceManufacturerPremiumFeature extends premiumFeature_1.PremiumFeature {
constructor() {
super();
}
}
DeviceManufacturerPremiumFeature.XSI_TYPE = "DeviceManufacturerPremiumFeature";
exports.DeviceManufacturerPremiumFeature = DeviceManufacturerPremiumFeature;