fursuit-tv-sdk
Toggle table of contents
0.2.2
common
Target filter
common
Switch theme
Search in API
Skip to content
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.base
/
HealthResponse
Health
Response
@
Serializable
data
class
HealthResponse
(
val
success
:
Boolean
,
val
message
:
String
,
val
timestamp
:
String
,
val
requestId
:
String
)
健康检查接口响应,无 data 包装。
Parameters
success
请求是否成功
message
健康状态消息
timestamp
时间戳
request
Id
请求 ID
Members
Constructors
Health
Response
Link copied to clipboard
constructor
(
success
:
Boolean
,
message
:
String
,
timestamp
:
String
,
requestId
:
String
)
Properties
message
Link copied to clipboard
val
message
:
String
request
Id
Link copied to clipboard
val
requestId
:
String
success
Link copied to clipboard
val
success
:
Boolean
timestamp
Link copied to clipboard
val
timestamp
:
String