toggle menu
DICE API Documentation
JVM
switch theme
search in API
DICE API Documentation
/
com.embabel.dice.web.rest
/
EntitySummary
Entity
Summary
data
class
EntitySummary
(
val
created
:
List
<
String
>
,
val
resolved
:
List
<
String
>
,
val
failed
:
List
<
String
>
)
Members
Constructors
Entity
Summary
Link copied to clipboard
constructor
(
created
:
List
<
String
>
,
resolved
:
List
<
String
>
,
failed
:
List
<
String
>
)
Properties
created
Link copied to clipboard
val
created
:
List
<
String
>
failed
Link copied to clipboard
val
failed
:
List
<
String
>
resolved
Link copied to clipboard
val
resolved
:
List
<
String
>