ListFindingsResponse constructor
ListFindingsResponse({
- List<
ListFindingsResult> ? listFindingsResults, - String? nextPageToken,
- String? readTime,
- int? totalSize,
Implementation
ListFindingsResponse({
this.listFindingsResults,
this.nextPageToken,
this.readTime,
this.totalSize,
});