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.gathering
/
GatheringDetailResponse
Gathering
Detail
Response
@
Serializable
data
class
GatheringDetailResponse
(
val
success
:
Boolean
,
val
data
:
GatheringDetailData
,
val
requestId
:
String
)
聚会详情响应。
Members
Constructors
Gathering
Detail
Response
Link copied to clipboard
constructor
(
success
:
Boolean
,
data
:
GatheringDetailData
,
requestId
:
String
)
Properties
data
Link copied to clipboard
@
SerialName
(
value
=
"data"
)
val
data
:
GatheringDetailData
聚会详情数据
request
Id
Link copied to clipboard
@
SerialName
(
value
=
"requestId"
)
val
requestId
:
String
请求 ID
success
Link copied to clipboard
@
SerialName
(
value
=
"success"
)
val
success
:
Boolean
请求是否成功