ErrorGroupStats constructor

ErrorGroupStats({
  1. List<ServiceContext>? affectedServices,
  2. String? affectedUsersCount,
  3. String? count,
  4. String? firstSeenTime,
  5. ErrorGroup? group,
  6. String? lastSeenTime,
  7. int? numAffectedServices,
  8. ErrorEvent? representative,
  9. List<TimedCount>? timedCounts,
})

Implementation

ErrorGroupStats({
  this.affectedServices,
  this.affectedUsersCount,
  this.count,
  this.firstSeenTime,
  this.group,
  this.lastSeenTime,
  this.numAffectedServices,
  this.representative,
  this.timedCounts,
});