Values_2.SearchContactsAdditionalTimeRangeSourceTime range that you additionally want to filter on. This is different from the SearchContactsTimeRange data type.
type nonrec t = {criteria : SearchContactsAdditionalTimeRangeCriteriaList.t;List of criteria of the time range to additionally filter on.
*)matchType : Values_0.SearchContactsMatchType.t;The match type combining multiple time range filters.
*)}val make :
criteria:SearchContactsAdditionalTimeRangeCriteriaList.t ->
matchType:Values_0.SearchContactsMatchType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Timestamp of Values_0.Timestamp.t ])
list ])
list ]
list ])
list ]