kotlin-mpp-playground
Toggle table of contents
0.1.0.0+42f3bb9
common
Platform filter
common
Switch theme
Search in API
kotlin-mpp-playground
shared
/
dev.suresh.http
/
Image
Image
@
Serializable
data
class
Image
(
val
category
:
String
,
val
path
:
String
,
val
author
:
String
)
(
source
)
Members
Constructors
Image
Link copied to clipboard
constructor
(
category
:
String
,
path
:
String
,
author
:
String
)
Properties
author
Link copied to clipboard
val
author
:
String
category
Link copied to clipboard
val
category
:
String
path
Link copied to clipboard
val
path
:
String