yam-api
Toggle table of contents
1.0.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
yam-api
core
/
su.pank.yamapi.model.search
/
Suggestions
Suggestions
@
Serializable
data
class
Suggestions
(
val
best
:
Best
?
=
null
,
val
suggestions
:
List
<
String
>
)
Подсказки для ответа
Members
Constructors
Suggestions
Link copied to clipboard
constructor
(
best
:
Best
?
=
null
,
suggestions
:
List
<
String
>
)
Properties
best
Link copied to clipboard
val
best
:
Best
?
suggestions
Link copied to clipboard
val
suggestions
:
List
<
String
>