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
/
SpeciesListResponse
Species
List
Response
@
Serializable
data
class
SpeciesListResponse
(
val
success
:
Boolean
,
val
data
:
SpeciesListData
,
val
requestId
:
String
)
物种列表响应 物种列表接口的响应包装
Members
Constructors
Species
List
Response
Link copied to clipboard
constructor
(
success
:
Boolean
,
data
:
SpeciesListData
,
requestId
:
String
)
Properties
data
Link copied to clipboard
val
data
:
SpeciesListData
request
Id
Link copied to clipboard
val
requestId
:
String
success
Link copied to clipboard
val
success
:
Boolean