Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 896 Bytes

File metadata and controls

27 lines (15 loc) · 896 Bytes

DownloadPlan

Properties

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]

Enum: LevelEnum

Name Value
FULL "full"
PARTIAL "partial"
MANUAL "manual"