ValidateEventThreatDetectionCustomModuleRequest.fromJson constructor

ValidateEventThreatDetectionCustomModuleRequest.fromJson(
  1. Map json_
)

Implementation

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