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