UserPlanModel
data class UserPlanModel(name: String, space: Int, collaborators: Int, privateRepos: Int)
Content copied to clipboard
User plan model
Constructors
UserPlanModel
Link copied to clipboard
fun UserPlanModel(name: String, space: Int, collaborators: Int, privateRepos: Int)
Content copied to clipboard