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.albums
/
NewReleaseAlbums
New
Release
Albums
@
Serializable
data
class
NewReleaseAlbums
(
val
href
:
String
,
val
limit
:
Int
,
val
next
:
String
?
=
null
,
val
offset
:
Int
,
val
previous
:
String
?
=
null
,
val
total
:
Int
,
val
items
:
List
<
SimplifiedAlbumObject
>
)
Members
Constructors
New
Release
Albums
Link copied to clipboard
constructor
(
href
:
String
,
limit
:
Int
,
next
:
String
?
=
null
,
offset
:
Int
,
previous
:
String
?
=
null
,
total
:
Int
,
items
:
List
<
SimplifiedAlbumObject
>
)
Properties
href
Link copied to clipboard
val
href
:
String
items
Link copied to clipboard
val
items
:
List
<
SimplifiedAlbumObject
>
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