Values.DeploymentEventDataSummarySourceA summary of the deployment event data.
type nonrec t = {name : String_.t option;The name of the deployment event.
*)description : String_.t option;The description of the deployment event.
*)status : EventStatus.t option;The status of the deployment event.
*)statusReason : String_.t option;The reason of the deployment event status.
*)timestamp : Timestamp.t option;The timestamp of the deployment event.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]