GroupFindingsResponse constructor
      
      GroupFindingsResponse({ 
    
    
- List<GroupResult> ? groupByResults,
- String? nextPageToken,
- String? readTime,
- int? totalSize,
Implementation
GroupFindingsResponse({
  this.groupByResults,
  this.nextPageToken,
  this.readTime,
  this.totalSize,
});