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

Provides struct and type for a Git.Ref

Link to this section Summary

Link to this section Types

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