upgradeableFromReleases property

List<String>? upgradeableFromReleases
getter/setter pair

A list of releases from which a unit can be upgraded to this one (optional).

If left empty no constraints will be applied. When provided, unit upgrade requests to this release will check and enforce this constraint.

Optional.

Implementation

core.List<core.String>? upgradeableFromReleases;