HealthSourcesGetHealthResponseSourceInfoBackendInfo.fromJson constructor
HealthSourcesGetHealthResponseSourceInfoBackendInfo.fromJson(
- Map json_
Implementation
HealthSourcesGetHealthResponseSourceInfoBackendInfo.fromJson(core.Map json_)
: this(
endpointCount: json_['endpointCount'] as core.int?,
group: json_['group'] as core.String?,
healthyEndpointCount: json_['healthyEndpointCount'] as core.int?,
);