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.gathering
/
GatheringMonthlyDistanceResponse
Gathering
Monthly
Distance
Response
@
Serializable
data
class
GatheringMonthlyDistanceResponse
(
val
success
:
Boolean
,
val
data
:
List
<
GatheringMonthlyDistanceItem
>
,
val
requestId
:
String
)
聚会月历距离响应 端点:GET /api/proxy/furtv/gatherings/monthlydistance
Members
Constructors
Gathering
Monthly
Distance
Response
Link copied to clipboard
constructor
(
success
:
Boolean
,
data
:
List
<
GatheringMonthlyDistanceItem
>
,
requestId
:
String
)
Properties
data
Link copied to clipboard
@
SerialName
(
value
=
"data"
)
val
data
:
List
<
GatheringMonthlyDistanceItem
>
request
Id
Link copied to clipboard
@
SerialName
(
value
=
"requestId"
)
val
requestId
:
String
success
Link copied to clipboard
@
SerialName
(
value
=
"success"
)
val
success
:
Boolean