toggle menu
yandex-music-api
0.1.0-dev6
common
switch theme
search in API
api-core
/
model.search
/
Suggestions
Suggestions
@
Serializable
data
class
Suggestions
(
val
best
:
Best
?
=
null
,
val
suggestions
:
List
<
String
>
)
(
source
)
Members
Constructors
Suggestions
Link copied to clipboard
constructor
(
best
:
Best
?
=
null
,
suggestions
:
List
<
String
>
)
Properties
best
Link copied to clipboard
val
best
:
Best
?
=
null
suggestions
Link copied to clipboard
val
suggestions
:
List
<
String
>