ValidateEventThreatDetectionCustomModuleResponse.fromJson constructor
ValidateEventThreatDetectionCustomModuleResponse.fromJson(
- Map json_
Implementation
ValidateEventThreatDetectionCustomModuleResponse.fromJson(core.Map json_)
: this(
errors: json_.containsKey('errors')
? CustomModuleValidationErrors.fromJson(
json_['errors'] as core.Map<core.String, core.dynamic>)
: null,
);