Module Values.RuleGroupSourceStatelessRulesDetailsSource

A stateless rule in the rule group.

Sourcetype nonrec t = {
  1. priority : Integer.t option;
    (*

    Indicates the order in which to run this rule relative to all of the rules in the stateless rule group.

    *)
  2. ruleDefinition : RuleGroupSourceStatelessRuleDefinition.t option;
    (*

    Provides the definition of the stateless rule.

    *)
}
Sourceval make : ?priority:??? -> ?ruleDefinition:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t | `Structure of (string * [> `List of [> `String of NonEmptyString.t ] list | `Structure of (string * [> `List of [> `Integer of Integer.t | `Structure of (string * [> `Integer of Integer.t | `List of [> `String of NonEmptyString.t ] list | `String of NonEmptyString.t ]) list ] list ]) 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