shared
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.nubasu.spotify.webapi.wrapper.request.common
/
PagingOptions
Paging
Options
data
class
PagingOptions
(
val
limit
:
Int
?
=
null
,
val
offset
:
Int
?
=
null
)
Members
Constructors
Paging
Options
Link copied to clipboard
constructor
(
limit
:
Int
?
=
null
,
offset
:
Int
?
=
null
)
Properties
limit
Link copied to clipboard
val
limit
:
Int
?
=
null
offset
Link copied to clipboard
val
offset
:
Int
?
=
null