push Access Levels
suspend fun pushAccessLevels(value: List<GetProjectProtectedBranchesProtectedBranchPushAccessLevel>?)
Parameters
value
Array of access levels and user(s)/group(s) allowed to push to protected branch.
suspend fun pushAccessLevels(argument: List<suspend GetProjectProtectedBranchesProtectedBranchPushAccessLevelBuilder.() -> Unit>)
suspend fun pushAccessLevels(vararg argument: suspend GetProjectProtectedBranchesProtectedBranchPushAccessLevelBuilder.() -> Unit)
suspend fun pushAccessLevels(argument: suspend GetProjectProtectedBranchesProtectedBranchPushAccessLevelBuilder.() -> Unit)
Parameters
argument
Array of access levels and user(s)/group(s) allowed to push to protected branch.
suspend fun pushAccessLevels(vararg values: GetProjectProtectedBranchesProtectedBranchPushAccessLevel)
Parameters
values
Array of access levels and user(s)/group(s) allowed to push to protected branch.