ListThesauriResponse constructor

ListThesauriResponse({
  1. String? nextToken,
  2. List<ThesaurusSummary>? thesaurusSummaryItems,
})

Implementation

ListThesauriResponse({
  this.nextToken,
  this.thesaurusSummaryItems,
});