Values_2.SearchContactsTimeRangeSourceA structure of time range that you want to search results.
type nonrec t = {type_ : SearchContactsTimeRangeType.t;The type of timestamp to search.
*)startTime : Values_0.Timestamp.t;The start time of the time range.
*)endTime : Values_0.Timestamp.t;The end time of the time range.
*)}val make :
type_:SearchContactsTimeRangeType.t ->
startTime:Values_0.Timestamp.t ->
endTime:Values_0.Timestamp.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Timestamp of Values_0.Timestamp.t ])
list ]