Anomaly constructor
Anomaly({
- required String anomalyId,
- required AnomalyScore anomalyScore,
- required Impact impact,
- required String monitorArn,
- String? anomalyEndDate,
- String? anomalyStartDate,
- String? dimensionValue,
- AnomalyFeedbackType? feedback,
- List<
RootCause> ? rootCauses,
Implementation
Anomaly({
required this.anomalyId,
required this.anomalyScore,
required this.impact,
required this.monitorArn,
this.anomalyEndDate,
this.anomalyStartDate,
this.dimensionValue,
this.feedback,
this.rootCauses,
});