View Source GitHub.ShortBranch (GitHub REST API Client v0.0.11)

Provides struct and type for ShortBranch

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.ShortBranch{
  __info__: map(),
  commit: map(),
  name: String.t(),
  protected: boolean(),
  protection: GitHub.Branch.Protection.t() | nil,
  protection_url: String.t() | nil
}