toggle menu
KoVibes
0.0.2
common
switch theme
search in API
KoVibes
/
io.github.rubenquadros.kovibes.api.response
/
Album
Album
data
class
Album
(
val
albumGroup
:
String
,
val
albumType
:
String
,
val
artists
:
List
<
Artist
>
,
val
availableMarkets
:
List
<
String
>
?
,
val
id
:
String
,
val
images
:
List
<
Image
>
,
val
name
:
String
,
val
releaseDate
:
String
,
val
restrictions
:
Restrictions
?
,
val
totalTracks
:
Int
)
(
source
)
Members
Constructors
Album
Link copied to clipboard
constructor
(
albumGroup
:
String
,
albumType
:
String
,
artists
:
List
<
Artist
>
,
availableMarkets
:
List
<
String
>
?
,
id
:
String
,
images
:
List
<
Image
>
,
name
:
String
,
releaseDate
:
String
,
restrictions
:
Restrictions
?
,
totalTracks
:
Int
)
Properties
album
Group
Link copied to clipboard
val
albumGroup
:
String
album
Type
Link copied to clipboard
val
albumType
:
String
artists
Link copied to clipboard
val
artists
:
List
<
Artist
>
available
Markets
Link copied to clipboard
val
availableMarkets
:
List
<
String
>
?
id
Link copied to clipboard
val
id
:
String
images
Link copied to clipboard
val
images
:
List
<
Image
>
name
Link copied to clipboard
val
name
:
String
release
Date
Link copied to clipboard
val
releaseDate
:
String
restrictions
Link copied to clipboard
val
restrictions
:
Restrictions
?
total
Tracks
Link copied to clipboard
val
totalTracks
:
Int