ReportSummaryComputeEngineFinding constructor

ReportSummaryComputeEngineFinding({
  1. String? allocatedAssetCount,
  2. List<String>? allocatedDiskTypes,
  3. List<String>? allocatedRegions,
  4. List<ReportSummaryMachineSeriesAllocation>? machineSeriesAllocations,
})

Implementation

ReportSummaryComputeEngineFinding({
  this.allocatedAssetCount,
  this.allocatedDiskTypes,
  this.allocatedRegions,
  this.machineSeriesAllocations,
});