UpdateMedicalVocabularyResponse constructor

UpdateMedicalVocabularyResponse({
  1. LanguageCode? languageCode,
  2. DateTime? lastModifiedTime,
  3. String? vocabularyName,
  4. VocabularyState? vocabularyState,
})

Implementation

UpdateMedicalVocabularyResponse({
  this.languageCode,
  this.lastModifiedTime,
  this.vocabularyName,
  this.vocabularyState,
});