trixnity-clientserverapi-model
3.0.0
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.users
/
SearchUsers
/
Request
Request
@
Serializable
data
class
Request
(
val
searchTerm
:
String
,
val
limit
:
Long
?
)
Constructors
Properties
Constructors
Request
Link copied to clipboard
fun
Request
(
searchTerm
:
String
,
limit
:
Long
?
)
Properties
limit
Link copied to clipboard
val
limit
:
Long
?
search
Term
Link copied to clipboard
val
searchTerm
:
String