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

Provides struct and type for a Branch.WithProtection

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Branch.WithProtection{
  __info__: map(),
  _links: GitHub.Branch.WithProtectionLinks.t(),
  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
}