Values.BootstrapActionConfigSourceConfiguration of a bootstrap action.
type nonrec t = {name : XmlStringMaxLen256.t;The name of the bootstrap action.
*)scriptBootstrapAction : ScriptBootstrapActionConfig.t;The script run by the bootstrap action.
*)}val make :
name:XmlStringMaxLen256.t ->
scriptBootstrapAction:ScriptBootstrapActionConfig.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of XmlStringMaxLen256.t
| `Structure of
(string
* [> `List of [> `String of XmlString.t ] list
| `String of XmlString.t ])
list ])
list ]