ListFindingsResponse constructor

ListFindingsResponse({
  1. required List<String> findingIds,
  2. String? nextToken,
})

Implementation

ListFindingsResponse({
  required this.findingIds,
  this.nextToken,
});