Suggestions

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

Подсказки для ответа

Constructors

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

Properties

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