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