Values.DeploymentDataSummarySourceA summary of the deployment data.
type nonrec t = {name : String_.t option;The name of the deployment
*)id : DeploymentId.t option;The ID of the deployment.
*)workloadName : WorkloadName.t option;The name of the workload.
*)patternName : DeploymentPatternName.t option;The name of the workload deployment pattern.
*)status : DeploymentStatus.t option;The status of the deployment.
*)createdAt : Timestamp.t option;The time the deployment was created.
*)modifiedAt : Timestamp.t option;The time the deployment was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]