BranchProtectionAllowedToMerge

data class BranchProtectionAllowedToMerge(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

Level of access.

Link copied to clipboard

Readable description of level of access.

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.