| Name | Type | Description | Notes |
|---|---|---|---|
| level | LevelEnum | ||
| actions | List<DownloadPlanAction> | [optional] | |
| notices | List<DownloadPlanNotice> | [optional] | |
| unsupported | List<String> | A list of features which were unsupported (not passed into the 'supported' query paramter) which were needed, resulting in the plan level being downgraded to 'manual'. | [optional] |
| requiresEmptyServer | String | Whether the server files must be empty before exeucting the plan steps. | [optional] |
| Name | Value |
|---|---|
| FULL | "full" |
| PARTIAL | "partial" |
| MANUAL | "manual" |