Recommendations

@Serializable
data class Recommendations(val seeds: List<RecommendationSeedObject> = emptyList(), val tracks: List<TrackObject> = emptyList())

Constructors

Link copied to clipboard
constructor(seeds: List<RecommendationSeedObject> = emptyList(), tracks: List<TrackObject> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
@SerialName(value = "seeds")
val seeds: List<RecommendationSeedObject>
Link copied to clipboard