Module Values.IngressStringExpressionSource

The structure for a string based condition matching on the incoming mail.

Sourcetype nonrec t = {
  1. evaluate : IngressStringToEvaluate.t;
    (*

    The left hand side argument of a string condition expression.

    *)
  2. operator : IngressStringOperator.t;
    (*

    The matching operator for a string condition expression.

    *)
  3. values : StringList.t;
    (*

    The right hand side argument of a string condition expression.

    *)
}
Sourceval context_ : string
Sourceval make : evaluate:IngressStringToEvaluate.t -> operator:IngressStringOperator.t -> values:StringList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of String_.t ] list | `Structure of (string * [> `Enum of string | `Structure of (string * [> `String of AnalyzerArn.t ]) 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