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