MedicalTranscriptionJobSummary constructor
MedicalTranscriptionJobSummary({
- DateTime? completionTime,
- DateTime? creationTime,
- String? failureReason,
- LanguageCode? languageCode,
- String? medicalTranscriptionJobName,
- OutputLocationType? outputLocationType,
- Specialty? specialty,
- DateTime? startTime,
- TranscriptionJobStatus? transcriptionJobStatus,
- Type? type,
Implementation
MedicalTranscriptionJobSummary({
this.completionTime,
this.creationTime,
this.failureReason,
this.languageCode,
this.medicalTranscriptionJobName,
this.outputLocationType,
this.specialty,
this.startTime,
this.transcriptionJobStatus,
this.type,
});