Module Values_2.UpdateAppImageConfigRequestSource

Updates the properties of an AppImageConfig.

Sourcetype nonrec t = {
  1. appImageConfigName : Values_0.AppImageConfigName.t;
    (*

    The name of the AppImageConfig to update.

    *)
  2. kernelGatewayImageConfig : Values_0.KernelGatewayImageConfig.t option;
    (*

    The new KernelGateway app to run on the image.

    *)
  3. jupyterLabAppImageConfig : Values_0.JupyterLabAppImageConfig.t option;
    (*

    The JupyterLab app running on the image.

    *)
  4. codeEditorAppImageConfig : Values_0.CodeEditorAppImageConfig.t option;
    (*

    The Code Editor app running on the image.

    *)
}
Sourceval context_ : string
Sourceval make : ?kernelGatewayImageConfig:??? -> ?jupyterLabAppImageConfig:??? -> ?codeEditorAppImageConfig:??? -> appImageConfigName:Values_0.AppImageConfigName.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t