View Source GitHub.Git.RefObject (GitHub REST API Client v0.3.1)

Provides struct and type for a Git.RefObject

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Git.RefObject{
  __info__: map(),
  sha: String.t(),
  type: String.t(),
  url: String.t()
}