Values.UpgradeHistorySourceHistory of the last 10 Upgrades and Upgrade Eligibility Checks.
type nonrec t = {upgradeName : UpgradeName.t option;A string that describes the update briefly
*)startTimestamp : StartTimestamp.t option;UTC Timestamp at which the Upgrade API call was made in "yyyy-MM-ddTHH:mm:ssZ" format.
*)upgradeStatus : UpgradeStatus.t option;The overall status of the update. The status can take one of the following values: In Progress Succeeded Succeeded with Issues Failed
*)stepsList : UpgradeStepsList.t option;A list of UpgradeStepItem s representing information about each step performed as pard of a specific Upgrade or Upgrade Eligibility Check.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `List of [> `String of Issue.t ] list ])
list ]
list
| `String of UpgradeName.t
| `Timestamp of StartTimestamp.t ])
list ]