Values_0.ContactFlowModuleSearchCriteriaThe search criteria to be used to return flow modules.
type nonrec t = {orConditions : ContactFlowModuleSearchConditionList.t option;A list of conditions which would be applied together with an OR condition.
*)andConditions : ContactFlowModuleSearchConditionList.t option;A list of conditions which would be applied together with an AND condition.
*)stringCondition : StringCondition.t option;stateCondition : ContactFlowModuleState.t option;The state of the flow.
*)statusCondition : ContactFlowModuleStatus.t option;The status of the flow.
*)}val make :
?orConditions:ContactFlowModuleSearchConditionList.t ->
?andConditions:ContactFlowModuleSearchConditionList.t ->
?stringCondition:StringCondition.t ->
?stateCondition:ContactFlowModuleState.t ->
?statusCondition:ContactFlowModuleStatus.t ->
unit ->
t