toggle menu
DICE API Documentation
JVM
switch theme
search in API
DICE API Documentation
/
com.embabel.dice.web.rest
/
KnownEntityDto
Known
Entity
Dto
data
class
KnownEntityDto
(
val
id
:
String
,
val
name
:
String
,
val
type
:
String
,
val
description
:
String
?
=
null
,
val
role
:
String
=
"A referenced entity"
)
Members
Constructors
Known
Entity
Dto
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
type
:
String
,
description
:
String
?
=
null
,
role
:
String
=
"A referenced entity"
)
Properties
description
Link copied to clipboard
val
description
:
String
?
=
null
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
role
Link copied to clipboard
val
role
:
String
type
Link copied to clipboard
val
type
:
String