View Source GitHub.Check.Annotation (GitHub REST API Client v0.0.13)
Provides struct and type for CheckAnnotation
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 }