DescribeHealthServiceStatusForOrganizationResponse.fromJson constructor
Implementation
factory DescribeHealthServiceStatusForOrganizationResponse.fromJson(
Map<String, dynamic> json) {
return DescribeHealthServiceStatusForOrganizationResponse(
healthServiceAccessStatusForOrganization:
json['healthServiceAccessStatusForOrganization'] as String?,
);
}