ReportSummaryVmwareEngineFinding constructor

ReportSummaryVmwareEngineFinding({
  1. String? allocatedAssetCount,
  2. List<String>? allocatedRegions,
  3. List<ReportSummaryVmwareNodeAllocation>? nodeAllocations,
})

Implementation

ReportSummaryVmwareEngineFinding({
  this.allocatedAssetCount,
  this.allocatedRegions,
  this.nodeAllocations,
});