Protected Branch
@Serializable
Constructors
Link copied to clipboard
constructor(id: Int? = null, name: String, pushAccessLevels: List<ProtectedBranch.Access>, mergeAccessLevels: List<ProtectedBranch.Access>, allowForcePush: Boolean? = null, codeOwnerApprovalRequired: Boolean? = null, unprotectAccessLevels: List<ProtectedBranch.Access>? = null, inherited: Boolean? = null)