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.playlists
/
AddedBy
Added
By
@
Serializable
data
class
AddedBy
(
val
externalUrls
:
ExternalUrls
,
val
href
:
String
,
val
id
:
String
,
val
type
:
String
,
val
uri
:
String
)
Members
Constructors
Added
By
Link copied to clipboard
constructor
(
externalUrls
:
ExternalUrls
,
href
:
String
,
id
:
String
,
type
:
String
,
uri
:
String
)
Properties
external
Urls
Link copied to clipboard
@
SerialName
(
value
=
"external_urls"
)
val
externalUrls
:
ExternalUrls
href
Link copied to clipboard
val
href
:
String
id
Link copied to clipboard
val
id
:
String
type
Link copied to clipboard
val
type
:
String
uri
Link copied to clipboard
val
uri
:
String