EventThreatDetectionCustomModule constructor

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

Implementation

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