OBJECT
ArchivalLocationUpgradeInfo
Description
Response containing a list of archival location IDs with the information about upgrade of the locations.
link GraphQL Schema definition
- type ArchivalLocationUpgradeInfo {
- # ID of the archival location.
- String! :
- # Upgrade status of the archival location.
- UpgradeStatus! :
- # Reasons for the lack of support for archival location upgrades when the location
- # can't be upgraded.
- ArchivalLocationUpgradeUnsupportedReason! :
- }