EffectiveEventThreatDetectionCustomModule constructor

EffectiveEventThreatDetectionCustomModule({
  1. Map<String, Object?>? config,
  2. String? description,
  3. String? displayName,
  4. String? enablementState,
  5. String? name,
  6. String? type,
})

Implementation

EffectiveEventThreatDetectionCustomModule({
  this.config,
  this.description,
  this.displayName,
  this.enablementState,
  this.name,
  this.type,
});