View Source GitHub.Check.Annotation (GitHub REST API Client v0.3.1)

Provides struct and type for a Check.Annotation

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Check.Annotation{
  __info__: map(),
  annotation_level: String.t() | nil,
  blob_href: String.t(),
  end_column: integer() | nil,
  end_line: integer(),
  message: String.t() | nil,
  path: String.t(),
  raw_details: String.t() | nil,
  start_column: integer() | nil,
  start_line: integer(),
  title: String.t() | nil
}