Module Values.RuleConditionPropertiesSource

The properties of a rule condition that provides the ability to use more complex syntax.

Sourcetype nonrec t = {
  1. rules : RuleConditionPropertiesRulesList.t;
    (*

    A list of rule objects, each of which have fields ruleName and condition.

    *)
  2. matchingConfig : MatchingConfig.t option;
    (*

    An object that contains configuration settings for the matching process.

    *)
}
Sourceval context_ : string
Sourceval make : ?matchingConfig:??? -> rules:RuleConditionPropertiesRulesList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of RuleConditionRuleNameString.t ]) list ] list | `Structure of (string * [> `Boolean of Boolean.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