Insight constructor

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

Implementation

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