toggle menu
yandex-music-api
0.1.0-dev6
common
switch theme
search in API
api-core
/
su.pank.yamusic.landing.model
/
LandingList
Landing
List
@
Serializable
data
class
LandingList
(
val
type
:
BlockType
,
val
typeForFrom
:
String
,
val
title
:
String
,
val
id
:
String
?
=
null
,
val
newReleases
:
List
<
Int
>
=
listOf()
,
val
newPlaylists
:
List
<
PlaylistId
>
=
listOf()
,
val
podcasts
:
List
<
Int
>
=
listOf()
)
(
source
)
Members
Constructors
Landing
List
Link copied to clipboard
constructor
(
type
:
BlockType
,
typeForFrom
:
String
,
title
:
String
,
id
:
String
?
=
null
,
newReleases
:
List
<
Int
>
=
listOf()
,
newPlaylists
:
List
<
PlaylistId
>
=
listOf()
,
podcasts
:
List
<
Int
>
=
listOf()
)
Properties
id
Link copied to clipboard
val
id
:
String
?
=
null
new
Playlists
Link copied to clipboard
val
newPlaylists
:
List
<
PlaylistId
>
new
Releases
Link copied to clipboard
val
newReleases
:
List
<
Int
>
podcasts
Link copied to clipboard
val
podcasts
:
List
<
Int
>
title
Link copied to clipboard
val
title
:
String
type
Link copied to clipboard
val
type
:
BlockType
type
For
From
Link copied to clipboard
val
typeForFrom
:
String