ManagedInstanceInstanceHealth.fromJson constructor
ManagedInstanceInstanceHealth.fromJson(
- Map json_
Implementation
ManagedInstanceInstanceHealth.fromJson(core.Map json_)
: this(
detailedHealthState: json_['detailedHealthState'] as core.String?,
healthCheck: json_['healthCheck'] as core.String?,
);