GroupFindingsResponse constructor

GroupFindingsResponse({
  1. List<GroupResult>? groupByResults,
  2. String? nextPageToken,
  3. String? readTime,
  4. int? totalSize,
})

Implementation

GroupFindingsResponse({
  this.groupByResults,
  this.nextPageToken,
  this.readTime,
  this.totalSize,
});