toggle menu
DICE API Documentation
JVM
switch theme
search in API
DICE API Documentation
/
com.embabel.dice.governance
/
TypeRenameDto
Type
Rename
Dto
data
class
TypeRenameDto
(
val
before
:
String
,
val
after
:
String
)
An entity type that changed name.
Members
Constructors
Type
Rename
Dto
Link copied to clipboard
constructor
(
before
:
String
,
after
:
String
)
Properties
after
Link copied to clipboard
val
after
:
String
The name it goes by now.
before
Link copied to clipboard
val
before
:
String
The name it went by.