Values_1.HoursOfOperationOverrideSearchCriteriaThe search criteria to be used to return hours of operations overrides.
type nonrec t = {orConditions : HoursOfOperationOverrideSearchConditionList.t option;A list of conditions which would be applied together with an OR condition.
*)andConditions : HoursOfOperationOverrideSearchConditionList.t option;A list of conditions which would be applied together with an AND condition.
*)stringCondition : Values_0.StringCondition.t option;dateCondition : DateCondition.t option;A leaf node condition which can be used to specify a date condition.
*)}val make :
?orConditions:HoursOfOperationOverrideSearchConditionList.t ->
?andConditions:HoursOfOperationOverrideSearchConditionList.t ->
?stringCondition:Values_0.StringCondition.t ->
?dateCondition:DateCondition.t ->
unit ->
t