m8ty-api-server
Toggle table of contents
1.114.0
jvm
Platform filter
jvm
Switch theme
Search in API
m8ty-api-server
m8ty-dto - m8ty Data Transfer Objects
/
eu.m8ty.api.dto.files
Package-level
declarations
Types
Types
File
Data
Link copied to clipboard
data
class
FileData
(
var
id
:
String
,
var
name
:
String
,
var
data
:
ByteArray
,
var
contentType
:
String
,
var
dispositionType
:
String
)
Represents the data of a file.