LandingList

@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)

Constructors

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

Link copied to clipboard
val id: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard