ReportSummaryVmwareNodeAllocation constructor
ReportSummaryVmwareNodeAllocation({
- String? allocatedAssetCount,
- String? nodeCount,
- ReportSummaryVmwareNode? vmwareNode,
Implementation
ReportSummaryVmwareNodeAllocation({
this.allocatedAssetCount,
this.nodeCount,
this.vmwareNode,
});