View Source GitHub.CodeScanning.AlertInstance (GitHub REST API Client v0.3.0)
Provides struct and type for a CodeScanning.AlertInstance
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: GitHub.CodeScanning.AlertInstanceMessage.t() | nil, ref: String.t() | nil, state: String.t() | nil }