InsightEvent constructor
InsightEvent({
- RequestImpactStatistics? clientRequestImpactStatistics,
- DateTime? eventTime,
- RequestImpactStatistics? rootCauseServiceRequestImpactStatistics,
- String? summary,
- List<
AnomalousService> ? topAnomalousServices,
Implementation
InsightEvent({
this.clientRequestImpactStatistics,
this.eventTime,
this.rootCauseServiceRequestImpactStatistics,
this.summary,
this.topAnomalousServices,
});