ReportSummaryGroupPreferenceSetFinding constructor

ReportSummaryGroupPreferenceSetFinding({
  1. ReportSummaryComputeEngineFinding? computeEngineFinding,
  2. String? description,
  3. String? displayName,
  4. VirtualMachinePreferences? machinePreferences,
  5. Money? monthlyCostCompute,
  6. Money? monthlyCostNetworkEgress,
  7. Money? monthlyCostOsLicense,
  8. Money? monthlyCostOther,
  9. Money? monthlyCostStorage,
  10. Money? monthlyCostTotal,
  11. ReportSummarySoleTenantFinding? soleTenantFinding,
  12. ReportSummaryVmwareEngineFinding? vmwareEngineFinding,
})

Implementation

ReportSummaryGroupPreferenceSetFinding({
  this.computeEngineFinding,
  this.description,
  this.displayName,
  this.machinePreferences,
  this.monthlyCostCompute,
  this.monthlyCostNetworkEgress,
  this.monthlyCostOsLicense,
  this.monthlyCostOther,
  this.monthlyCostStorage,
  this.monthlyCostTotal,
  this.soleTenantFinding,
  this.vmwareEngineFinding,
});