BranchProtectionAllowedToUnprotect

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessLevel: String? = null

Access levels allowed to unprotect push to protected branch. Valid values are: developer, maintainer, admin.

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. Mutually exclusive with user_id.

Link copied to clipboard
val userId: Int? = null

The ID of a GitLab user allowed to perform the relevant action. Mutually exclusive with group_id.