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.auth
/
UserInfoResponse
User
Info
Response
@
Serializable
data
class
UserInfoResponse
(
val
success
:
Boolean
,
val
data
:
UserInfoData
,
val
requestId
:
String
)
用户信息响应 用户信息接口的响应包装
Parameters
success
请求是否成功
data
用户信息数据
request
Id
请求 ID
Members
Constructors
User
Info
Response
Link copied to clipboard
constructor
(
success
:
Boolean
,
data
:
UserInfoData
,
requestId
:
String
)
Properties
data
Link copied to clipboard
val
data
:
UserInfoData
request
Id
Link copied to clipboard
val
requestId
:
String
success
Link copied to clipboard
val
success
:
Boolean