toggle menu
DICE API Documentation
JVM
switch theme
search in API
DICE API Documentation
/
com.embabel.dice.web.rest
/
EntityReference
Entity
Reference
data
class
EntityReference
(
val
id
:
String
,
val
type
:
String
,
val
name
:
String
?
)
Members
Constructors
Entity
Reference
Link copied to clipboard
constructor
(
id
:
String
,
type
:
String
,
name
:
String
?
)
Properties
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
?
type
Link copied to clipboard
val
type
:
String