ReportSummarySoleTenantFinding constructor

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

Implementation

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