toggle menu
KoVibes
0.0.2
common
switch theme
search in API
KoVibes
/
io.github.rubenquadros.kovibes.api.models
/
AlbumResponse
Album
Response
@
Serializable
internal
data
class
AlbumResponse
(
val
href
:
String
,
val
limit
:
Int
,
val
offset
:
Int
,
val
total
:
Int
,
val
previous
:
String
?
=
null
,
val
next
:
String
?
=
null
,
val
items
:
List
<
AlbumInfo
>
)
(
source
)
Members
Constructors
Album
Response
Link copied to clipboard
constructor
(
href
:
String
,
limit
:
Int
,
offset
:
Int
,
total
:
Int
,
previous
:
String
?
=
null
,
next
:
String
?
=
null
,
items
:
List
<
AlbumInfo
>
)
Properties
href
Link copied to clipboard
val
href
:
String
items
Link copied to clipboard
val
items
:
List
<
AlbumInfo
>
limit
Link copied to clipboard
val
limit
:
Int
next
Link copied to clipboard
val
next
:
String
?
=
null
offset
Link copied to clipboard
val
offset
:
Int
previous
Link copied to clipboard
val
previous
:
String
?
=
null
total
Link copied to clipboard
val
total
:
Int