Module Values_1.ExecutionInputsSource

Information about the inputs for an execution preview.

Sourcetype nonrec t = {
  1. automation : Values_0.AutomationExecutionInputs.t option;
    (*

    Information about the optional inputs that can be specified for an automation execution preview.

    *)
}
Sourceval make : ?automation:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Map of ([> `String of string ] * [> `List of [> `String of string ] list ]) list | `Structure of (string * [> `Boolean of bool | `List of [> `String of string | `Structure of (string * [> `List of [> `String of string ] list | `String of string ]) list ] list | `String of string | `Structure of (string * [> `Boolean of bool | `List of [> `Structure of (string * [> `String of string ]) list ] list ]) list ]) list ] list | `Map of ([> `String of string ] * [> `List of [> `String of string ] list ]) list | `String of string ]) 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