shared
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.nubasu.spotify.webapi.wrapper.response.categories
/
CategoryObject
Category
Object
@
Serializable
data
class
CategoryObject
(
val
href
:
String
,
val
icons
:
List
<
ImageObject
>
,
val
id
:
String
,
val
name
:
String
)
Members
Constructors
Category
Object
Link copied to clipboard
constructor
(
href
:
String
,
icons
:
List
<
ImageObject
>
,
id
:
String
,
name
:
String
)
Properties
href
Link copied to clipboard
val
href
:
String
icons
Link copied to clipboard
val
icons
:
List
<
ImageObject
>
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String