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.user
/
UserProfileResponse
User
Profile
Response
@
Serializable
data
class
UserProfileResponse
(
val
success
:
Boolean
,
val
data
:
UserProfile
,
val
requestId
:
String
)
用户资料公开信息响应 端点:GET /api/proxy/furtv/users/profile 用户资料接口的响应包装
Members
Constructors
User
Profile
Response
Link copied to clipboard
constructor
(
success
:
Boolean
,
data
:
UserProfile
,
requestId
:
String
)
Properties
data
Link copied to clipboard
@
SerialName
(
value
=
"data"
)
val
data
:
UserProfile
request
Id
Link copied to clipboard
@
SerialName
(
value
=
"requestId"
)
val
requestId
:
String
success
Link copied to clipboard
@
SerialName
(
value
=
"success"
)
val
success
:
Boolean