UserData

data class UserData(id: Int, name: String)

Properties

Link copied to clipboard
val id: Int
Link copied to clipboard
val name: String