UserNameRequest

data class UserNameRequest(val usernames: List<String>?)

Constructors

Link copied to clipboard
fun UserNameRequest(usernames: List<String>?)

Properties

Link copied to clipboard
val usernames: List<String>?