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

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: map(),
  name: String.t(),
  protected: boolean()
}