ActiveViolation constructor

ActiveViolation({
  1. Behavior? behavior,
  2. DateTime? lastViolationTime,
  3. MetricValue? lastViolationValue,
  4. String? securityProfileName,
  5. String? thingName,
  6. ViolationEventAdditionalInfo? violationEventAdditionalInfo,
  7. String? violationId,
  8. DateTime? violationStartTime,
})

Implementation

ActiveViolation({
  this.behavior,
  this.lastViolationTime,
  this.lastViolationValue,
  this.securityProfileName,
  this.thingName,
  this.violationEventAdditionalInfo,
  this.violationId,
  this.violationStartTime,
});