GetProjectProtectedTagCreateAccessLevel

data class GetProjectProtectedTagCreateAccessLevel(val accessLevel: String, val accessLevelDescription: String, val groupId: Int? = null, val id: Int, val userId: Int? = null)

Constructors

Link copied to clipboard
constructor(accessLevel: String, accessLevelDescription: String, groupId: Int? = null, id: Int, userId: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Access level allowed to create protected tags.

Link copied to clipboard

Readable description of access level.

Link copied to clipboard
val groupId: Int? = null

The ID of a GitLab group allowed to perform the relevant action.

Link copied to clipboard
val id: Int

The ID of the create access level.

Link copied to clipboard
val userId: Int? = null

The ID of a GitLab user allowed to perform the relevant action.