UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

15 lines (10 loc) 208 B
'use strict'; const Event = require('./Event'); module.exports = class GeneralEvent extends Event { static mappings() { return { ...super.mappings(), message: 'xsd:string' }; } };