GetProjectProtectedTagResult

data class GetProjectProtectedTagResult(val createAccessLevels: List<GetProjectProtectedTagCreateAccessLevel>, val id: String, val project: String, val tag: String)

A collection of values returned by getProjectProtectedTag.

Constructors

Link copied to clipboard
constructor(createAccessLevels: List<GetProjectProtectedTagCreateAccessLevel>, id: String, project: String, tag: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Array of access levels/user(s)/group(s) allowed to create protected tags.

Link copied to clipboard
val id: String

The ID of this resource. In the format of <tag>.

Link copied to clipboard

The integer or path with namespace that uniquely identifies the project.

Link copied to clipboard
val tag: String

The name of the protected tag.