ErrorGroupStats constructor
ErrorGroupStats({
- List<
ServiceContext> ? affectedServices, - String? affectedUsersCount,
- String? count,
- String? firstSeenTime,
- ErrorGroup? group,
- String? lastSeenTime,
- int? numAffectedServices,
- ErrorEvent? representative,
- List<
TimedCount> ? timedCounts,
Implementation
ErrorGroupStats({
this.affectedServices,
this.affectedUsersCount,
this.count,
this.firstSeenTime,
this.group,
this.lastSeenTime,
this.numAffectedServices,
this.representative,
this.timedCounts,
});