Values_0.AgentStatusSearchCriteriaThe search criteria to be used to return agent statuses.
type nonrec t = {orConditions : AgentStatusSearchConditionList.t option;A list of conditions which would be applied together with an OR condition.
*)andConditions : AgentStatusSearchConditionList.t option;A leaf node condition which can be used to specify a string condition. The currently supported values for FieldName are name, description, state, type, displayOrder, and resourceID.
*)stringCondition : 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, state, type, displayOrder, and resourceID.
*)}val make :
?orConditions:AgentStatusSearchConditionList.t ->
?andConditions:AgentStatusSearchConditionList.t ->
?stringCondition:StringCondition.t ->
unit ->
t