View Source GitHub.CodeScanning.AlertLocation (GitHub REST API Client v0.3.3)

Provides struct and type for a CodeScanning.AlertLocation

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.CodeScanning.AlertLocation{
  __info__: map(),
  end_column: integer() | nil,
  end_line: integer() | nil,
  path: String.t() | nil,
  start_column: integer() | nil,
  start_line: integer() | nil
}