View Source GitHub.CodeScanning.AlertInstance (GitHub REST API Client v0.0.12)

Provides struct and type for CodeScanningAlertInstance

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.CodeScanning.AlertInstance{
  __info__: map(),
  analysis_key: String.t() | nil,
  category: String.t() | nil,
  classifications: [String.t() | nil] | nil,
  commit_sha: String.t() | nil,
  environment: String.t() | nil,
  html_url: String.t() | nil,
  location: GitHub.CodeScanning.AlertLocation.t() | nil,
  message: map() | nil,
  ref: String.t() | nil,
  state: String.t() | nil
}