SearchSuggestionsData

@Serializable
data class SearchSuggestionsData(val suggestions: List<String>)

搜索建议数据 包含搜索建议列表

Constructors

Link copied to clipboard
constructor(suggestions: List<String>)

Properties

Link copied to clipboard