View Source GitHub.Branch.WithProtection (GitHub REST API Client v0.0.4)

Provides struct and type for BranchWithProtection

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Branch.WithProtection{
  _links: map(),
  commit: GitHub.Commit.t(),
  name: String.t(),
  pattern: String.t() | nil,
  protected: boolean(),
  protection: GitHub.Branch.Protection.t(),
  protection_url: String.t(),
  required_approving_review_count: integer() | nil
}