toggle menu
yandex-music-api
0.1.0-dev6
common
switch theme
search in API
api-core
/
su.pank.yamusic.landing.model
/
Event
Event
@
Serializable
data
class
Event
(
val
id
:
String
,
val
type
:
EventType
,
val
typeForFrom
:
String
?
=
null
,
val
title
:
String
?
=
null
,
val
tracks
:
List
<
TrackData
>
?
=
null
)
(
source
)
Members
Constructors
Event
Link copied to clipboard
constructor
(
id
:
String
,
type
:
EventType
,
typeForFrom
:
String
?
=
null
,
title
:
String
?
=
null
,
tracks
:
List
<
TrackData
>
?
=
null
)
Properties
id
Link copied to clipboard
val
id
:
String
title
Link copied to clipboard
val
title
:
String
?
=
null
tracks
Link copied to clipboard
val
tracks
:
List
<
TrackData
>
?
=
null
type
Link copied to clipboard
val
type
:
EventType
type
For
From
Link copied to clipboard
val
typeForFrom
:
String
?
=
null