Module Values_2.SearchContactsAdditionalTimeRangeSource

Time range that you additionally want to filter on. This is different from the SearchContactsTimeRange data type.

Sourcetype nonrec t = {
  1. criteria : SearchContactsAdditionalTimeRangeCriteriaList.t;
    (*

    List of criteria of the time range to additionally filter on.

    *)
  2. matchType : Values_0.SearchContactsMatchType.t;
    (*

    The match type combining multiple time range filters.

    *)
}
Sourceval context_ : string
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t