| Name | Type | Description | Notes |
|---|---|---|---|
| type | TypeEnum | ||
| src | String | The source file/directory. | [optional] |
| dst | String | A destination file/directory relative to the server root. | [optional] |
| actions | List<DownloadPlanAction> | A set of subactions to execute in the context of this action. | [optional] |
| Name | Value |
|---|---|
| COPY | "copy" |
| COPY_DIR | "copy_dir" |
| OPEN_ZIP | "open_zip" |
| SERVER_RESTART | "server_restart" |