ValidateEventThreatDetectionCustomModuleRequest.fromJson constructor
ValidateEventThreatDetectionCustomModuleRequest.fromJson(
- Map json_
Implementation
ValidateEventThreatDetectionCustomModuleRequest.fromJson(core.Map json_)
: this(
rawText: json_['rawText'] as core.String?,
type: json_['type'] as core.String?,
);