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
Package-level
declarations
Types
Types
Ids
Link copied to clipboard
@
Serializable
data
class
Ids
(
val
ids
:
List
<
String
>
)
Include
Group
Link copied to clipboard
enum
IncludeGroup
:
Enum
<
IncludeGroup
>
Market
Options
Link copied to clipboard
data
class
MarketOptions
(
val
market
:
CountryCode
?
=
null
)
Paging
Options
Link copied to clipboard
data
class
PagingOptions
(
val
limit
:
Int
?
=
null
,
val
offset
:
Int
?
=
null
)
Uris
Link copied to clipboard
@
Serializable
data
class
Uris
(
val
ids
:
List
<
String
>
)