ListGroupStatsResponse constructor
ListGroupStatsResponse({
- List<
ErrorGroupStats> ? errorGroupStats, - String? nextPageToken,
- String? timeRangeBegin,
Implementation
ListGroupStatsResponse({
this.errorGroupStats,
this.nextPageToken,
this.timeRangeBegin,
});