UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

15 lines (10 loc) 243 B
'use strict'; const DynamicData = require('./DynamicData'); module.exports = class EventFilterSpecByTime extends DynamicData { static mappings() { return { beginTime: 'xsd:dateTime', endTime: 'xsd:dateTime' }; } };