ReportSummaryGroupPreferenceSetFinding constructor
ReportSummaryGroupPreferenceSetFinding({
- ReportSummaryComputeEngineFinding? computeEngineFinding,
- String? description,
- String? displayName,
- VirtualMachinePreferences? machinePreferences,
- Money? monthlyCostCompute,
- Money? monthlyCostNetworkEgress,
- Money? monthlyCostOsLicense,
- Money? monthlyCostOther,
- Money? monthlyCostStorage,
- Money? monthlyCostTotal,
- ReportSummarySoleTenantFinding? soleTenantFinding,
- 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,
});