Values_2.UserHierarchyGroupSearchCriteriaThe search criteria to be used to return userHierarchyGroup.
type nonrec t = {orConditions : UserHierarchyGroupSearchConditionList.t option;A list of conditions which would be applied together with an OR condition.
*)andConditions : UserHierarchyGroupSearchConditionList.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, parentId, levelId, and resourceID.
*)}val make :
?orConditions:UserHierarchyGroupSearchConditionList.t ->
?andConditions:UserHierarchyGroupSearchConditionList.t ->
?stringCondition:Values_0.StringCondition.t ->
unit ->
t