toggle menu
yandex-music-api
0.1.0-dev6
common
switch theme
search in API
api-core
/
su.pank.yamusic.landing.model
/
Chart
Chart
@
Serializable
data
class
Chart
(
val
position
:
Int
,
val
progress
:
String
,
val
listeners
:
Int
,
val
shift
:
Int
)
(
source
)
Members
Constructors
Chart
Link copied to clipboard
constructor
(
position
:
Int
,
progress
:
String
,
listeners
:
Int
,
shift
:
Int
)
Properties
listeners
Link copied to clipboard
val
listeners
:
Int
position
Link copied to clipboard
val
position
:
Int
progress
Link copied to clipboard
val
progress
:
String
shift
Link copied to clipboard
val
shift
:
Int