toggle menu
spotify-api-kotlin
4.1.3
common
switch theme
search in API
spotify-api-kotlin
/
com.adamratzman.spotify.models
/
PagingObject
/
PagingObject
Paging
Object
constructor
(
href
:
String
,
items
:
List
<
T
>
,
limit
:
Int
,
next
:
String
?
=
null
,
offset
:
Int
,
previous
:
String
?
=
null
,
total
:
Int
=
0
)
(
source
)