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