InsightSummary constructor
InsightSummary({
- List<
InsightCategory> ? categories, - RequestImpactStatistics? clientRequestImpactStatistics,
- DateTime? endTime,
- String? groupARN,
- String? groupName,
- String? insightId,
- DateTime? lastUpdateTime,
- ServiceId? rootCauseServiceId,
- RequestImpactStatistics? rootCauseServiceRequestImpactStatistics,
- DateTime? startTime,
- InsightState? state,
- String? summary,
- 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,
});