fursuit-tv-sdk
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.search
/
DiscoverySpeciesSearchResult
Discovery
Species
Search
Result
@
Serializable
data
class
DiscoverySpeciesSearchResult
(
val
username
:
String
,
val
displayName
:
String
,
val
avatarUrl
:
String
?
=
null
,
val
description
:
String
?
=
null
)
Discovery 物种搜索结果 表示一个按物种搜索的用户结果
Parameters
username
用户名
display
Name
显示名称
avatar
Url
头像 URL
description
描述
Members
Constructors
Discovery
Species
Search
Result
Link copied to clipboard
constructor
(
username
:
String
,
displayName
:
String
,
avatarUrl
:
String
?
=
null
,
description
:
String
?
=
null
)
Properties
avatar
Url
Link copied to clipboard
@
SerialName
(
value
=
"avatarUrl"
)
val
avatarUrl
:
String
?
=
null
description
Link copied to clipboard
@
SerialName
(
value
=
"description"
)
val
description
:
String
?
=
null
display
Name
Link copied to clipboard
@
SerialName
(
value
=
"displayName"
)
val
displayName
:
String
username
Link copied to clipboard
@
SerialName
(
value
=
"username"
)
val
username
:
String