DescribeHealthServiceStatusForOrganizationResponse.fromJson constructor

DescribeHealthServiceStatusForOrganizationResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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