View Source GitHub.Git.Tag (GitHub REST API Client v0.1.1)

Provides struct and type for a Git.Tag

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Git.Tag{
  __info__: map(),
  message: String.t(),
  node_id: String.t(),
  object: map(),
  sha: String.t(),
  tag: String.t(),
  tagger: map(),
  url: String.t(),
  verification: GitHub.Verification.t() | nil
}