Values.ContinuousDeploymentPolicySourceA continuous deployment policy.
type nonrec t = {id : String_.t option;The identifier of the continuous deployment policy.
*)lastModifiedTime : Timestamp.t option;The date and time the continuous deployment policy was last modified.
*)continuousDeploymentPolicyConfig : ContinuousDeploymentPolicyConfig.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `List of [> `String of String_.t ] list
| `Structure of
(string
* [> `Float of Float_.t
| `String of String_.t
| `Structure of
(string * [> `Integer of Integer.t ]) list ])
list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]