toggle menu
KoVibes
0.0.2
common
switch theme
search in API
KoVibes
/
io.github.rubenquadros.kovibes.api.response
/
Category
Category
data
class
Category
(
val
name
:
String
,
val
image
:
List
<
Image
>
,
val
id
:
String
)
(
source
)
Members
Constructors
Category
Link copied to clipboard
constructor
(
name
:
String
,
image
:
List
<
Image
>
,
id
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
image
Link copied to clipboard
val
image
:
List
<
Image
>
name
Link copied to clipboard
val
name
:
String