Values_1.EmailAddressSearchCriteriaThe search criteria to be used to return email addresses.
type nonrec t = {orConditions : EmailAddressSearchConditionList.t option;A list of conditions which would be applied together with an OR condition.
*)andConditions : EmailAddressSearchConditionList.t option;A list of conditions which would be applied together with an AND condition.
*)stringCondition : Values_0.StringCondition.t option;}val make :
?orConditions:EmailAddressSearchConditionList.t ->
?andConditions:EmailAddressSearchConditionList.t ->
?stringCondition:Values_0.StringCondition.t ->
unit ->
t