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.dtos.files
Package-level
declarations
Types
Types
File
Meta
Data
Dto
Link copied to clipboard
data
class
FileMetaDataDto
(
var
fileContext
:
String
,
var
identifier
:
String
)
Meta data of a file
File
Meta
Data
List
Response
Dto
Link copied to clipboard
data
class
FileMetaDataListResponseDto
(
var
files
:
MutableList
<
FileMetaDataResponseDto
>
?
=
null
)
List of meta data of all files of the user
File
Meta
Data
Response
Dto
Link copied to clipboard
data
class
FileMetaDataResponseDto
(
var
fileContext
:
String
,
var
identifier
:
String
,
var
id
:
UUID
)
Meta data of a file.