Values_2.QuickConnectSearchCriteriaThe search criteria to be used to return quick connects.
type nonrec t = {orConditions : QuickConnectSearchConditionList.t option;A list of conditions which would be applied together with an OR condition.
*)andConditions : QuickConnectSearchConditionList.t option;A list of conditions which would be applied together with an AND condition.
*)stringCondition : Values_0.StringCondition.t option;A leaf node condition which can be used to specify a string condition. The currently supported values for FieldName are name, description, and resourceID.
*)}val make :
?orConditions:QuickConnectSearchConditionList.t ->
?andConditions:QuickConnectSearchConditionList.t ->
?stringCondition:Values_0.StringCondition.t ->
unit ->
t