GetMedicalVocabularyResponse constructor
GetMedicalVocabularyResponse({
- String? downloadUri,
- String? failureReason,
- LanguageCode? languageCode,
- DateTime? lastModifiedTime,
- String? vocabularyName,
- VocabularyState? vocabularyState,
Implementation
GetMedicalVocabularyResponse({
this.downloadUri,
this.failureReason,
this.languageCode,
this.lastModifiedTime,
this.vocabularyName,
this.vocabularyState,
});