GetProjectTagsTag

data class GetProjectTagsTag(val commits: List<GetProjectTagsTagCommit>, val message: String, val name: String, val protected: Boolean, val releases: List<GetProjectTagsTagRelease>, val target: String)

Constructors

Link copied to clipboard
constructor(commits: List<GetProjectTagsTagCommit>, message: String, name: String, protected: Boolean, releases: List<GetProjectTagsTagRelease>, target: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The commit associated with the tag.

Link copied to clipboard

The message of the annotated tag.

Link copied to clipboard

The name of a tag.

Link copied to clipboard

Bool, true if tag has tag protection.

Link copied to clipboard

The release associated with the tag.

Link copied to clipboard

The unique id assigned to the commit by Gitlab.