spotify-web-api-kotlin
/
com.adamratzman.spotify.models
/
NullablePagingObject
/
NullablePagingObject
common
Nullable
Paging
Object
fun <
T
:
Any
>
NullablePagingObject
(href:
String
, items:
List
<
T
?>, limit:
Int
, next:
String
? = null, offset:
Int
, previous:
String
? = null, total:
Int
= 0)
Content copied to clipboard
Sources
(source)
Link copied to clipboard