toggle menu
yandex-music-api
0.1.0-dev6
common
switch theme
search in API
api-core
/
su.pank.yamusic.landing.model
/
Day
Day
@
Serializable
data
class
Day
(
val
day
:
LocalDate
,
val
events
:
List
<
Event
>
)
(
source
)
Members
Constructors
Day
Link copied to clipboard
constructor
(
day
:
LocalDate
,
events
:
List
<
Event
>
)
Properties
day
Link copied to clipboard
val
day
:
LocalDate
events
Link copied to clipboard
val
events
:
List
<
Event
>