Recommendation Response
data class RecommendationResponse(seeds: List<RecommendationSeed>, tracks: List<Track>)
Content copied to clipboard
Parameters
seeds
An array of recommendation seed objects.
tracks
An array of track object (simplified) ordered according to the parameters supplied.
Constructors
RecommendationResponse
Link copied to clipboard
fun RecommendationResponse(seeds: List<RecommendationSeed>, tracks: List<Track>)
Content copied to clipboard
An array of recommendation seed objects.
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
copy
Link copied to clipboard
fun copy(seeds: List<RecommendationSeed>, tracks: List<Track>): RecommendationResponse
Content copied to clipboard
Properties
Sources
(source)
Link copied to clipboard