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