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