View Source GitHub.ShortBranch (GitHub REST API Client v0.3.3)
Provides struct and type for a ShortBranch
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.ShortBranch{ __info__: map(), commit: GitHub.ShortBranchCommit.t(), name: String.t(), protected: boolean(), protection: GitHub.Branch.Protection.t() | nil, protection_url: String.t() | nil }