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.common
/
ExternalIds
External
Ids
@
Serializable
data
class
ExternalIds
(
val
isrc
:
String
?
=
null
,
val
ean
:
String
?
=
null
,
val
upc
:
String
?
=
null
)
Members
Constructors
External
Ids
Link copied to clipboard
constructor
(
isrc
:
String
?
=
null
,
ean
:
String
?
=
null
,
upc
:
String
?
=
null
)
Properties
ean
Link copied to clipboard
val
ean
:
String
?
=
null
isrc
Link copied to clipboard
val
isrc
:
String
?
=
null
upc
Link copied to clipboard
val
upc
:
String
?
=
null