ListGroupStatsResponse constructor

ListGroupStatsResponse({
  1. List<ErrorGroupStats>? errorGroupStats,
  2. String? nextPageToken,
  3. String? timeRangeBegin,
})

Implementation

ListGroupStatsResponse({
  this.errorGroupStats,
  this.nextPageToken,
  this.timeRangeBegin,
});