| Name | Type | Description | Notes |
|---|---|---|---|
| status | StatusEnum | Status of migration unit | [optional] |
| errors | List<String> | List of errors occurred during migration of this migration unit | [optional] |
| displayName | String | Name of migration unit | [optional] |
| id | String | Identifier of migration unit | [optional] |
| percentComplete | BigDecimal | Indicator of migration progress in percentage | [optional] |
| Name | Value |
|---|---|
| SUCCESS | "SUCCESS" |
| FAILED | "FAILED" |
| IN_PROGRESS | "IN_PROGRESS" |
| NOT_STARTED | "NOT_STARTED" |
| PAUSED | "PAUSED" |