ValidateEventThreatDetectionCustomModuleRequest constructor

ValidateEventThreatDetectionCustomModuleRequest({
  1. String? rawText,
  2. String? type,
})

Implementation

ValidateEventThreatDetectionCustomModuleRequest({
  this.rawText,
  this.type,
});