AllocationResourceStatusHealthInfo constructor

AllocationResourceStatusHealthInfo({
  1. int? degradedBlockCount,
  2. String? healthStatus,
  3. int? healthyBlockCount,
})

Implementation

AllocationResourceStatusHealthInfo({
  this.degradedBlockCount,
  this.healthStatus,
  this.healthyBlockCount,
});