View Source GitHub.ProtectedBranch.RequiredStatusCheck (GitHub REST API Client v0.0.1-beta.0)

Provides struct and type for ProtectedBranchRequiredStatusCheck

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.ProtectedBranch.RequiredStatusCheck{
  checks: [map()],
  contexts: [String.t()],
  contexts_url: String.t() | nil,
  enforcement_level: String.t() | nil,
  strict: boolean() | nil,
  url: String.t() | nil
}