Values.DeploymentSpecificationsFieldSourceA field that details a specification of a deployment pattern.
type nonrec t = {name : String_.t option;The name of the deployment specification.
*)description : String_.t option;The description of the deployment specification.
*)allowedValues : AllowedValues.t option;The allowed values of the deployment specification.
*)required : String_.t option;Indicates if the deployment specification is required.
*)conditionals : SpecificationsConditionalData.t option;The conditionals used for the deployment specification.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of ValueString.t
| `Structure of (string * [> `String of String_.t ]) list ]
list
| `String of String_.t ])
list ]