Values.StringConditionSourceThis contains the value of the string and can contain one or more operators.
type nonrec t = {value : String_.t;The value of the string.
*)operator : StringConditionOperator.t option;A string that defines what values will be returned. If this is included, avoid combinations of operators that will return all possible values. For example, including both EQUALS_TO and NOT_EQUALS_TO with a value of 4 will return all values.
*)}