Branch Protection Allowed To Push
data class BranchProtectionAllowedToPush(val accessLevel: String? = null, val accessLevelDescription: String? = null, val groupId: Int? = null, val userId: Int? = null)
Constructors
Link copied to clipboard
fun BranchProtectionAllowedToPush(accessLevel: String? = null, accessLevelDescription: String? = null, groupId: Int? = null, userId: Int? = null)