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

Provides struct and type for a Git.TagObject

Link to this section Summary

Link to this section Types

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