Values.RelatedDeploymentsSourceInformation about deployments related to the specified deployment.
type nonrec t = {autoUpdateOutdatedInstancesRootDeploymentId : DeploymentId.t option;The deployment ID of the root deployment that triggered this deployment.
*)autoUpdateOutdatedInstancesDeploymentIds : DeploymentsList.t option;The deployment IDs of 'auto-update outdated instances' deployments triggered by this deployment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of DeploymentId.t ] list
| `String of DeploymentId.t ])
list ]