ListFindingsReportsResponse constructor

ListFindingsReportsResponse({
  1. required List<FindingsReportSummary> findingsReportSummaries,
  2. String? nextToken,
})

Implementation

ListFindingsReportsResponse({
  required this.findingsReportSummaries,
  this.nextToken,
});