View Source GitHub.CodeScanning.AlertRule (GitHub REST API Client v0.0.7)

Provides struct and type for CodeScanningAlertRule

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.CodeScanning.AlertRule{
  description: String.t() | nil,
  full_description: String.t() | nil,
  help: String.t() | nil,
  help_uri: String.t() | nil,
  id: String.t() | nil,
  name: String.t() | nil,
  security_severity_level: String.t() | nil,
  severity: String.t() | nil,
  tags: [String.t()] | nil
}