SearchSuggestionsResponse

@Serializable
data class SearchSuggestionsResponse(val success: Boolean, val data: SearchSuggestionsData, val requestId: String)

搜索建议响应 搜索建议接口的响应包装

Constructors

Link copied to clipboard
constructor(success: Boolean, data: SearchSuggestionsData, requestId: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard