toggle menu
DICE API Documentation
JVM
switch theme
search in API
DICE API Documentation
/
com.embabel.dice.web.rest
/
EntityMentionDto
Entity
Mention
Dto
data
class
EntityMentionDto
(
val
name
:
String
,
val
type
:
String
,
val
resolvedId
:
String
?
,
val
role
:
String
)
Members
Constructors
Entity
Mention
Dto
Link copied to clipboard
constructor
(
name
:
String
,
type
:
String
,
resolvedId
:
String
?
,
role
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
resolved
Id
Link copied to clipboard
val
resolvedId
:
String
?
role
Link copied to clipboard
val
role
:
String
type
Link copied to clipboard
val
type
:
String