InsightSummary constructor

InsightSummary({
  1. List<InsightCategory>? categories,
  2. RequestImpactStatistics? clientRequestImpactStatistics,
  3. DateTime? endTime,
  4. String? groupARN,
  5. String? groupName,
  6. String? insightId,
  7. DateTime? lastUpdateTime,
  8. ServiceId? rootCauseServiceId,
  9. RequestImpactStatistics? rootCauseServiceRequestImpactStatistics,
  10. DateTime? startTime,
  11. InsightState? state,
  12. String? summary,
  13. List<AnomalousService>? topAnomalousServices,
})

Implementation

InsightSummary({
  this.categories,
  this.clientRequestImpactStatistics,
  this.endTime,
  this.groupARN,
  this.groupName,
  this.insightId,
  this.lastUpdateTime,
  this.rootCauseServiceId,
  this.rootCauseServiceRequestImpactStatistics,
  this.startTime,
  this.state,
  this.summary,
  this.topAnomalousServices,
});