Values.ExecuteCommandSessionConfigurationSourceInformation about the commands that will be run on a Dev Environment when an SSH session begins.
type nonrec t = {command : ExecuteCommandSessionConfigurationCommandString.t;The command used at the beginning of the SSH session to a Dev Environment.
*)arguments : ExecuteCommandSessionConfigurationArguments.t option;An array of arguments containing arguments and members.
*)}val make :
?arguments:??? ->
command:ExecuteCommandSessionConfigurationCommandString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of
ExecuteCommandSessionConfigurationArgumentsMemberString.t ]
list
| `String of ExecuteCommandSessionConfigurationCommandString.t ])
list ]