Values_2.UpdateAppImageConfigRequestSourceUpdates the properties of an AppImageConfig.
type nonrec t = {appImageConfigName : Values_0.AppImageConfigName.t;The name of the AppImageConfig to update.
*)kernelGatewayImageConfig : Values_0.KernelGatewayImageConfig.t option;The new KernelGateway app to run on the image.
*)jupyterLabAppImageConfig : Values_0.JupyterLabAppImageConfig.t option;The JupyterLab app running on the image.
*)codeEditorAppImageConfig : Values_0.CodeEditorAppImageConfig.t option;The Code Editor app running on the image.
*)}val make :
?kernelGatewayImageConfig:??? ->
?jupyterLabAppImageConfig:??? ->
?codeEditorAppImageConfig:??? ->
appImageConfigName:Values_0.AppImageConfigName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.AppImageConfigName.t
| `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ]
list
| `Structure of
(string
* [> `Integer of int
| `List of [> `String of string ] list
| `Map of
([> `String of string ] * [> `String of string ]) list
| `String of string ])
list ])
list ])
list ]