ListFaqsResponse constructor

ListFaqsResponse({
  1. List<FaqSummary>? faqSummaryItems,
  2. String? nextToken,
})

Implementation

ListFaqsResponse({
  this.faqSummaryItems,
  this.nextToken,
});