Suggestions

@Serializable
data class Suggestions(val best: Best? = null, val suggestions: List<String>)(source)

Constructors

Link copied to clipboard
constructor(best: Best? = null, suggestions: List<String>)

Properties

Link copied to clipboard
val best: Best? = null
Link copied to clipboard