GetProjectTagResult

data class GetProjectTagResult(val commits: List<GetProjectTagCommit>, val id: String, val message: String, val name: String, val project: String, val protected: Boolean, val releases: List<GetProjectTagRelease>, val target: String)

A collection of values returned by getProjectTag.

Constructors

Link copied to clipboard
constructor(commits: List<GetProjectTagCommit>, id: String, message: String, name: String, project: String, protected: Boolean, releases: List<GetProjectTagRelease>, target: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The commit associated with the tag.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The message of the annotated tag.

Link copied to clipboard

The name of a tag.

Link copied to clipboard

The ID or URL-encoded path of the project owned by the authenticated user.

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.