MigrationUnit

MigrationUnit
MigrationUnit
AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "current_version": "string",
    "display_name": "string",
    "group": {
        "is_valid": false,
        "target_display_name": "string",
        "target_id": "string",
        "target_type": "string"
    },
    "id": "string",
    "metadata": [
        {
            "key": "string",
            "value": "string"
        }
    ],
    "type": "string",
    "warnings": [
        "string"
    ]
}