Module Values.ConditionStateSource

Information about the state of the condition.

Sourcetype nonrec t = {
  1. latestExecution : ConditionExecution.t option;
    (*

    The state of the latest run of the rule.

    *)
  2. ruleStates : RuleStateList.t option;
    (*

    The state of the rules for the condition.

    *)
}
Sourceval make : ?latestExecution:??? -> ?ruleStates:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of RuleName.t | `Structure of (string * [> `Enum of string | `String of Revision.t | `Structure of (string * [> `String of Code.t ]) list | `Timestamp of Timestamp.t ]) list ]) list ] list | `Structure of (string * [> `Enum of string | `String of ExecutionSummary.t | `Timestamp of Timestamp.t ]) 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