Module Values.InstanceRuleStatementSource

Instance rule statement.

Sourcetype nonrec t = {
  1. andRuleStatement : AndRuleStatement.t option;
    (*

    AND rule statement.

    *)
  2. orRuleStatement : OrRuleStatement.t option;
    (*

    OR rule statement.

    *)
  3. matchingRuleStatement : MatchingRuleStatement.t option;
    (*

    Matching rule statement.

    *)
  4. scriptRuleStatement : ScriptRuleStatement.t option;
    (*

    Script rule statement.

    *)
}
Sourceval make : ?andRuleStatement:??? -> ?orRuleStatement:??? -> ?matchingRuleStatement:??? -> ?scriptRuleStatement:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `String of String_.t | `Structure of (string * [> `List of [> `String of String_.t ] list | `String of String_.t ]) list ] list | `String of String_.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