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

Provides struct and type for BranchShort

Link to this section Summary

Link to this section Types

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