Module Values.DuplicateConditionExpressionFlowValidationDetailsSource

Details about duplicate condition expressions found in a condition node.

Sourcetype nonrec t = {
  1. node : FlowNodeName.t option;
    (*

    The name of the node containing the duplicate condition expressions.

    *)
  2. expression : FlowConditionExpression.t option;
    (*

    The duplicated condition expression.

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