View Source GitHub.Branch.Short (GitHub REST API Client v0.3.3)

Provides struct and type for a Branch.Short

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Branch.Short{
  __info__: map(),
  commit: GitHub.Branch.ShortCommit.t(),
  name: String.t(),
  protected: boolean()
}