Module Values.RuleExecutionOutputSource

Output details listed for a rule execution, such as the rule execution result.

Sourcetype nonrec t = {
  1. executionResult : RuleExecutionResult.t option;
    (*

    Execution result information listed in the output details for a rule execution.

    *)
}
Sourceval make : ?executionResult:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of ExternalExecutionId.t | `Structure of (string * [> `String of Code.t ]) 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