ViolationEvent constructor

ViolationEvent({
  1. Behavior? behavior,
  2. MetricValue? metricValue,
  3. String? securityProfileName,
  4. String? thingName,
  5. ViolationEventAdditionalInfo? violationEventAdditionalInfo,
  6. DateTime? violationEventTime,
  7. ViolationEventType? violationEventType,
  8. String? violationId,
})

Implementation

ViolationEvent({
  this.behavior,
  this.metricValue,
  this.securityProfileName,
  this.thingName,
  this.violationEventAdditionalInfo,
  this.violationEventTime,
  this.violationEventType,
  this.violationId,
});