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.docscan
/
CodeDto
Code
Dto
data
class
CodeDto
(
var
type
:
CodeTypeDto
?
=
null
,
var
text
:
String
?
=
null
)
Parameters
type
text
The actual value of the code found in the document.
Members
Constructors
Code
Dto
Link copied to clipboard
constructor
(
type
:
CodeTypeDto
?
=
null
,
text
:
String
?
=
null
)
Properties
text
Link copied to clipboard
var
text
:
String
?
type
Link copied to clipboard
@
Valid
var
type
:
CodeTypeDto
?