Search
Provides struct and type for a CodeScanning.AlertRuleSummary
@type t() :: %GitHub.CodeScanning.AlertRuleSummary{ __info__: map(), description: 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 }