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

Provides struct and type for a Check.RunOutput

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Check.RunOutput{
  __info__: map(),
  annotations_count: integer(),
  annotations_url: String.t(),
  summary: String.t() | nil,
  text: String.t() | nil,
  title: String.t() | nil
}