Values_2.SelfUpgradeRequestDetailSourceDetails of a self-upgrade request.
type nonrec t = {upgradeRequestId : Values_0.String_.t option;The ID of the self-upgrade request.
*)userName : UserName.t option;The username of the user who initiated the self-upgrade request.
*)originalRole : UserRole.t option;The original role of the user before the upgrade.
*)requestedRole : UserRole.t option;The role that the user is requesting to upgrade to.
*)requestNote : Values_0.String_.t option;An optional note explaining the reason for the self-upgrade request.
*)creationTime : Values_0.Long.t option;The time when the self-upgrade request was created.
*)requestStatus : SelfUpgradeRequestStatus.t option;The status of the self-upgrade request.
*)lastUpdateAttemptTime : Values_0.Long.t option;The time of the last update attempt for the self-upgrade request.
*)lastUpdateFailureReason : Values_0.String_.t option;The reason for the last update failure, if applicable.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of Values_0.Long.t
| `String of Values_0.String_.t ])
list ]