UpdateVocabularyFilterResponse constructor

UpdateVocabularyFilterResponse({
  1. LanguageCode? languageCode,
  2. DateTime? lastModifiedTime,
  3. String? vocabularyFilterName,
})

Implementation

UpdateVocabularyFilterResponse({
  this.languageCode,
  this.lastModifiedTime,
  this.vocabularyFilterName,
});