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