shared
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.nubasu.spotify.webapi.wrapper.response.users
Package-level
declarations
Types
Types
Explicit
Content
Link copied to clipboard
@
Serializable
data
class
ExplicitContent
(
val
filterEnabled
:
Boolean
,
val
filterLocked
:
Boolean
)
Followed
Artists
Link copied to clipboard
@
Serializable
data
class
FollowedArtists
(
val
artists
:
CursorPaging
<
ArtistObject
>
)
Followers
Link copied to clipboard
@
Serializable
data
class
Followers
(
val
href
:
String
?
,
val
total
:
Int
)
Top
Item
Link copied to clipboard
interface
TopItem
User
Link copied to clipboard
@
Serializable
data
class
User
(
val
country
:
String
?
=
null
,
val
displayName
:
String
?
=
null
,
val
email
:
String
?
=
null
,
val
explicitContent
:
ExplicitContent
?
=
null
,
val
externalUrls
:
ExternalUrls
,
val
followers
:
Followers
?
=
null
,
val
href
:
String
,
val
id
:
String
,
val
images
:
List
<
ImageObject
>
=
emptyList()
,
val
product
:
String
?
=
null
,
val
type
:
String
,
val
uri
:
String
)
Users
Profile
Link copied to clipboard
@
Serializable
data
class
UsersProfile
(
val
displayName
:
String
,
val
externalUrls
:
ExternalUrls
,
val
followers
:
Followers
,
val
href
:
String
,
val
id
:
String
,
val
images
:
List
<
ImageObject
>
,
val
type
:
String
,
val
uri
:
String
)