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
/
GatheringNearbyModeResponse
Gathering
Nearby
Mode
Response
@
Serializable
data
class
GatheringNearbyModeResponse
(
val
success
:
Boolean
,
val
data
:
GatheringNearbyModeData
,
val
requestId
:
String
)
聚会附近模式响应 端点:GET /api/proxy/furtv/gatherings/nearbymode
Members
Constructors
Gathering
Nearby
Mode
Response
Link copied to clipboard
constructor
(
success
:
Boolean
,
data
:
GatheringNearbyModeData
,
requestId
:
String
)
Properties
data
Link copied to clipboard
@
SerialName
(
value
=
"data"
)
val
data
:
GatheringNearbyModeData
request
Id
Link copied to clipboard
@
SerialName
(
value
=
"requestId"
)
val
requestId
:
String
success
Link copied to clipboard
@
SerialName
(
value
=
"success"
)
val
success
:
Boolean