Values_0.StringConditionSourceA leaf node condition which can be used to specify a string condition.
type nonrec t = {fieldName : String_.t option;The name of the field in the string condition.
*)value : String_.t option;The value of the string.
*)comparisonType : StringComparisonType.t option;The type of comparison to be made when evaluating the string condition.
*)}