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
/
SearchResult
Search
Result
@
Serializable
data
class
SearchResult
(
val
type
:
String
,
val
username
:
String
?
=
null
,
val
displayName
:
String
?
=
null
,
val
avatarUrl
:
String
?
=
null
,
val
description
:
String
?
=
null
)
搜索结果 表示一个搜索结果项
Parameters
type
结果类型
username
用户名
display
Name
显示名称
avatar
Url
头像 URL
description
描述
Members
Constructors
Search
Result
Link copied to clipboard
constructor
(
type
:
String
,
username
:
String
?
=
null
,
displayName
:
String
?
=
null
,
avatarUrl
:
String
?
=
null
,
description
:
String
?
=
null
)
Properties
avatar
Url
Link copied to clipboard
val
avatarUrl
:
String
?
=
null
description
Link copied to clipboard
val
description
:
String
?
=
null
display
Name
Link copied to clipboard
val
displayName
:
String
?
=
null
type
Link copied to clipboard
val
type
:
String
username
Link copied to clipboard
val
username
:
String
?
=
null