UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

15 lines (10 loc) 236 B
'use strict'; const EventArgument = require('./EventArgument'); module.exports = class EntityEventArgument extends EventArgument { static mappings() { return { ...super.mappings(), name: 'xsd:string' }; } };