View Source GitHub.Check.Suite (GitHub REST API Client v0.0.5)

Provides struct and type for CheckSuite

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Check.Suite{
  after: String.t() | nil,
  app: GitHub.Integration.t() | nil,
  before: String.t() | nil,
  check_runs_url: String.t(),
  conclusion: String.t() | nil,
  created_at: String.t() | nil,
  head_branch: String.t() | nil,
  head_commit: GitHub.Commit.simple(),
  head_sha: String.t(),
  id: integer(),
  latest_check_runs_count: integer(),
  node_id: String.t(),
  pull_requests: [GitHub.PullRequest.Minimal.t()] | nil,
  repository: GitHub.MinimalRepository.t(),
  rerequestable: boolean() | nil,
  runs_rerequestable: boolean() | nil,
  status: String.t() | nil,
  updated_at: String.t() | nil,
  url: String.t() | nil
}