efplayer
1.4.9
efplayer
/
com.github.Vincentvibe3.efplayer.extractors.serialization
/
SpotifyTrackResponse
Spotify
Track
Response
@
Serializable
data
class
SpotifyTrackResponse
(
name
:
String
,
artists
:
List
<
SpotifyTrackResponse.SpotifyArtist
>
,
duration_ms
:
Long
,
external_urls
:
SpotifyTrackResponse.SpotifyExternalUrls
)
Content copied to clipboard
Types
Properties
Types
Spotify
Artist
Link copied to clipboard
@
Serializable
data
class
SpotifyArtist
(
name
:
String
)
Content copied to clipboard
Spotify
External
Urls
Link copied to clipboard
@
Serializable
data
class
SpotifyExternalUrls
(
spotify
:
String
)
Content copied to clipboard
Properties
artists
Link copied to clipboard
val
artists
:
List
<
SpotifyTrackResponse.SpotifyArtist
>
Content copied to clipboard
duration_ms
Link copied to clipboard
val
duration_ms
:
Long
Content copied to clipboard
external_urls
Link copied to clipboard
val
external_urls
:
SpotifyTrackResponse.SpotifyExternalUrls
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard