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
/
SearchSuggestionsResponse
Search
Suggestions
Response
@
Serializable
data
class
SearchSuggestionsResponse
(
val
success
:
Boolean
,
val
data
:
SearchSuggestionsData
,
val
requestId
:
String
)
搜索建议响应 搜索建议接口的响应包装
Members
Constructors
Search
Suggestions
Response
Link copied to clipboard
constructor
(
success
:
Boolean
,
data
:
SearchSuggestionsData
,
requestId
:
String
)
Properties
data
Link copied to clipboard
val
data
:
SearchSuggestionsData
request
Id
Link copied to clipboard
val
requestId
:
String
success
Link copied to clipboard
val
success
:
Boolean