toggle menu
lib
0.0.266
jvm
switch theme
search in API
lib
/
com.prettybyte.klerk.migration
/
MigrationModelV1
Migration
Model
V1
data
class
MigrationModelV1
(
val
type
:
String
,
val
id
:
Int
,
val
createdAt
:
Instant
,
val
lastPropsUpdatedAt
:
Instant
,
val
lastTransitionAt
:
Instant
,
val
state
:
String
,
val
props
:
Map
<
String
,
Any
>
)
Members
Constructors
Migration
Model
V1
Link copied to clipboard
constructor
(
type
:
String
,
id
:
Int
,
createdAt
:
Instant
,
lastPropsUpdatedAt
:
Instant
,
lastTransitionAt
:
Instant
,
state
:
String
,
props
:
Map
<
String
,
Any
>
)
Properties
created
At
Link copied to clipboard
val
createdAt
:
Instant
id
Link copied to clipboard
val
id
:
Int
last
Props
Updated
At
Link copied to clipboard
val
lastPropsUpdatedAt
:
Instant
last
Transition
At
Link copied to clipboard
val
lastTransitionAt
:
Instant
props
Link copied to clipboard
val
props
:
Map
<
String
,
Any
>
state
Link copied to clipboard
val
state
:
String
type
Link copied to clipboard
val
type
:
String