RecommendationSeeds

data class RecommendationSeeds(val artists: List<String> = emptyList(), val genres: List<String> = emptyList(), val tracks: List<String> = emptyList())

Constructors

Link copied to clipboard
constructor(artists: List<String> = emptyList(), genres: List<String> = emptyList(), tracks: List<String> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard