ListFindingsResponse constructor

ListFindingsResponse({
  1. List<ListFindingsResult>? listFindingsResults,
  2. String? nextPageToken,
  3. String? readTime,
  4. int? totalSize,
})

Implementation

ListFindingsResponse({
  this.listFindingsResults,
  this.nextPageToken,
  this.readTime,
  this.totalSize,
});