Values_2.NotificationSearchCriteriaThe search criteria to be used to return notifications.
type nonrec t = {orConditions : NotificationSearchConditionList.t option;A list of conditions to be met, where at least one condition must be satisfied.
*)andConditions : NotificationSearchConditionList.t option;A list of conditions that must all be satisfied.
*)stringCondition : Values_0.StringCondition.t option;}val make :
?orConditions:NotificationSearchConditionList.t ->
?andConditions:NotificationSearchConditionList.t ->
?stringCondition:Values_0.StringCondition.t ->
unit ->
t