toggle menu
yandex-music-api
0.1.0-dev6
common
switch theme
search in API
api-core
/
rotor.model
Package-level
declarations
Types
Types
Id
Link copied to clipboard
@
Serializable
data
class
Id
(
val
type
:
String
,
val
tag
:
String
)
Station
Link copied to clipboard
@
Serializable
data
class
Station
(
val
id
:
Id
,
val
name
:
String
,
val
icon
:
Icon
,
val
mtsIcon
:
Icon
,
val
idForFrom
:
String
,
val
restrictions
:
Restrictions
,
val
restrictions2
:
Restrictions
,
val
fullImageUrl
:
String
?
=
null
,
val
parentId
:
Id
?
=
null
)