Project Protected Environment Deploy Access Level
data class ProjectProtectedEnvironmentDeployAccessLevel(val accessLevel: String? = null, val accessLevelDescription: String? = null, val groupId: Int? = null, val userId: Int? = null)
Constructors
Link copied to clipboard
fun ProjectProtectedEnvironmentDeployAccessLevel(accessLevel: String? = null, accessLevelDescription: String? = null, groupId: Int? = null, userId: Int? = null)