ReservationBlockHealthInfo.fromJson constructor

ReservationBlockHealthInfo.fromJson(
  1. Map json_
)

Implementation

ReservationBlockHealthInfo.fromJson(core.Map json_)
  : this(
      degradedSubBlockCount: json_['degradedSubBlockCount'] as core.int?,
      healthStatus: json_['healthStatus'] as core.String?,
      healthySubBlockCount: json_['healthySubBlockCount'] as core.int?,
    );