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

Provides struct and type for GitTag

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Git.Tag{
  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
}