Values.NotificationSummarySourceA notification summary return object.
type nonrec t = {type_ : NotificationType.t option;The type of notification.
*)lensUpgradeSummary : LensUpgradeSummary.t option;Summary of lens upgrade.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of WorkloadId.t ]) list ])
list ]