ManagedInstanceInstanceHealth.fromJson constructor

ManagedInstanceInstanceHealth.fromJson(
  1. Map json_
)

Implementation

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