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.search
/
DiscoverySpeciesResponse
Discovery
Species
Response
@
Serializable
data
class
DiscoverySpeciesResponse
(
val
success
:
Boolean
,
val
data
:
DiscoverySpeciesData
,
val
requestId
:
String
)
Discovery 物种列表响应 物种列表接口的响应包装 端点:/api/proxy/furtv/discovery/species
Members
Constructors
Discovery
Species
Response
Link copied to clipboard
constructor
(
success
:
Boolean
,
data
:
DiscoverySpeciesData
,
requestId
:
String
)
Properties
data
Link copied to clipboard
@
SerialName
(
value
=
"data"
)
val
data
:
DiscoverySpeciesData
request
Id
Link copied to clipboard
@
SerialName
(
value
=
"requestId"
)
val
requestId
:
String
success
Link copied to clipboard
@
SerialName
(
value
=
"success"
)
val
success
:
Boolean