CreateMedicalVocabularyResponse constructor

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

Implementation

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