ReportSummarySoleTenantNodeAllocation constructor

ReportSummarySoleTenantNodeAllocation({
  1. String? allocatedAssetCount,
  2. SoleTenantNodeType? node,
  3. String? nodeCount,
})

Implementation

ReportSummarySoleTenantNodeAllocation({
  this.allocatedAssetCount,
  this.node,
  this.nodeCount,
});