ViolationEvent constructor
ViolationEvent({
- Behavior? behavior,
- MetricValue? metricValue,
- String? securityProfileName,
- String? thingName,
- ViolationEventAdditionalInfo? violationEventAdditionalInfo,
- DateTime? violationEventTime,
- ViolationEventType? violationEventType,
- String? violationId,
Implementation
ViolationEvent({
this.behavior,
this.metricValue,
this.securityProfileName,
this.thingName,
this.violationEventAdditionalInfo,
this.violationEventTime,
this.violationEventType,
this.violationId,
});