View Source GitHub.Tag (GitHub REST API Client v0.3.0)

Provides struct and type for a Tag

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Tag{
  __info__: map(),
  commit: GitHub.TagCommit.t(),
  name: String.t(),
  node_id: String.t(),
  tarball_url: String.t(),
  zipball_url: String.t()
}