ReportSummaryVmwareNodeAllocation constructor

ReportSummaryVmwareNodeAllocation({
  1. String? allocatedAssetCount,
  2. String? nodeCount,
  3. ReportSummaryVmwareNode? vmwareNode,
})

Implementation

ReportSummaryVmwareNodeAllocation({
  this.allocatedAssetCount,
  this.nodeCount,
  this.vmwareNode,
});