shared
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.nubasu.spotify.webapi.wrapper.request.tracks
/
RecommendationSeeds
Recommendation
Seeds
data
class
RecommendationSeeds
(
val
artists
:
List
<
String
>
=
emptyList()
,
val
genres
:
List
<
String
>
=
emptyList()
,
val
tracks
:
List
<
String
>
=
emptyList()
)
Members
Constructors
Recommendation
Seeds
Link copied to clipboard
constructor
(
artists
:
List
<
String
>
=
emptyList()
,
genres
:
List
<
String
>
=
emptyList()
,
tracks
:
List
<
String
>
=
emptyList()
)
Properties
artists
Link copied to clipboard
val
artists
:
List
<
String
>
genres
Link copied to clipboard
val
genres
:
List
<
String
>
tracks
Link copied to clipboard
val
tracks
:
List
<
String
>