ThreatOverride constructor

ThreatOverride({
  1. String? action,
  2. String? threatId,
  3. String? type,
})

Implementation

ThreatOverride({
  this.action,
  this.threatId,
  this.type,
});