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