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.school
/
UserCharactersData
User
Characters
Data
@
Serializable
data
class
UserCharactersData
(
val
userId
:
String
,
val
username
:
String
,
val
characters
:
List
<
CharacterInfo
>
,
val
totalCount
:
Int
)
用户角色数据 包含用户的角色列表
Parameters
user
Id
用户 ID
username
用户名
characters
角色列表
total
Count
角色总数
Members
Constructors
User
Characters
Data
Link copied to clipboard
constructor
(
userId
:
String
,
username
:
String
,
characters
:
List
<
CharacterInfo
>
,
totalCount
:
Int
)
Properties
characters
Link copied to clipboard
@
SerialName
(
value
=
"characters"
)
val
characters
:
List
<
CharacterInfo
>
total
Count
Link copied to clipboard
@
SerialName
(
value
=
"totalCount"
)
val
totalCount
:
Int
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"userId"
)
val
userId
:
String
username
Link copied to clipboard
@
SerialName
(
value
=
"username"
)
val
username
:
String