Get Project Protected Branches Protected Branch
data class GetProjectProtectedBranchesProtectedBranch(val allowForcePush: Boolean, val codeOwnerApprovalRequired: Boolean, val id: Int, val mergeAccessLevels: List<GetProjectProtectedBranchesProtectedBranchMergeAccessLevel>, val name: String, val pushAccessLevels: List<GetProjectProtectedBranchesProtectedBranchPushAccessLevel>)
Constructors
Link copied to clipboard
constructor(allowForcePush: Boolean, codeOwnerApprovalRequired: Boolean, id: Int, mergeAccessLevels: List<GetProjectProtectedBranchesProtectedBranchMergeAccessLevel>, name: String, pushAccessLevels: List<GetProjectProtectedBranchesProtectedBranchPushAccessLevel>)