View Source GitHub.Git.Ref (GitHub REST API Client v0.0.13)

Provides struct and type for GitRef

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Git.Ref{
  __info__: map(),
  node_id: String.t(),
  object: map(),
  ref: String.t(),
  url: String.t()
}