EventThreatDetectionCustomModule constructor

EventThreatDetectionCustomModule({
  1. String? ancestorModule,
  2. Map<String, Object?>? config,
  3. String? description,
  4. String? displayName,
  5. String? enablementState,
  6. String? lastEditor,
  7. String? name,
  8. String? type,
  9. String? updateTime,
})

Implementation

EventThreatDetectionCustomModule({
  this.ancestorModule,
  this.config,
  this.description,
  this.displayName,
  this.enablementState,
  this.lastEditor,
  this.name,
  this.type,
  this.updateTime,
});