ListThesauriResponse constructor
ListThesauriResponse({
- String? nextToken,
- List<
ThesaurusSummary> ? thesaurusSummaryItems,
Implementation
ListThesauriResponse({
this.nextToken,
this.thesaurusSummaryItems,
});