shared
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.nubasu.spotify.webapi.wrapper.response.users
/
Artists
Artists
@
Serializable
data
class
Artists
(
val
href
:
String
,
val
limit
:
Int
,
val
next
:
String
,
val
cursors
:
Cursors
,
val
total
:
Int
,
val
items
:
List
<
ArtistObject
>
)
Members
Constructors
Artists
Link copied to clipboard
constructor
(
href
:
String
,
limit
:
Int
,
next
:
String
,
cursors
:
Cursors
,
total
:
Int
,
items
:
List
<
ArtistObject
>
)
Properties
cursors
Link copied to clipboard
val
cursors
:
Cursors
href
Link copied to clipboard
val
href
:
String
items
Link copied to clipboard
val
items
:
List
<
ArtistObject
>
limit
Link copied to clipboard
val
limit
:
Int
next
Link copied to clipboard
val
next
:
String
total
Link copied to clipboard
val
total
:
Int