View Source GoogleApi.SecurityCenter.V1.Model.ValidateEventThreatDetectionCustomModuleResponse (google_api_security_center v0.29.0)

Response to validating an Event Threat Detection custom module.

Attributes

  • errors (type: GoogleApi.SecurityCenter.V1.Model.CustomModuleValidationErrors.t, default: nil) - A list of errors returned by the validator. If the list is empty, there were no errors.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SecurityCenter.V1.Model.ValidateEventThreatDetectionCustomModuleResponse{
    errors:
      GoogleApi.SecurityCenter.V1.Model.CustomModuleValidationErrors.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.