kvision-common-types
5.7.2
common
kvision-common-types
/
io.kvision.types
/
KFile
KFile
common
data
class
KFile
(
name
:
String
,
size
:
Int
,
content
:
String
?
)
Content copied to clipboard
A serializable class for a fullstack File type.
Constructors
Properties
Constructors
KFile
Link copied to clipboard
common
fun
KFile
(
name
:
String
,
size
:
Int
,
content
:
String
?
=
null
)
Content copied to clipboard
Properties
content
Link copied to clipboard
common
val
content
:
String
?
=
null
Content copied to clipboard
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
size
Link copied to clipboard
common
val
size
:
Int
Content copied to clipboard