View Source GitHub.Check.Run (GitHub REST API Client v0.2.0)
Provides struct and type for a Check.Run
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.Check.Run{ __info__: map(), app: GitHub.App.t() | nil, check_suite: map() | nil, completed_at: DateTime.t() | nil, conclusion: String.t() | nil, deployment: GitHub.Deployment.simple() | nil, details_url: String.t() | nil, external_id: String.t() | nil, head_sha: String.t(), html_url: String.t() | nil, id: integer(), name: String.t(), node_id: String.t(), output: map(), pull_requests: [GitHub.PullRequest.minimal()], started_at: DateTime.t() | nil, status: String.t(), url: String.t() }