Module Values_2.SearchContactsTimestampConditionSource

The timestamp condition indicating which contact timestamp should be used and how it should be filtered. It is not an actual timestamp value.

Sourcetype nonrec t = {
  1. type_ : SearchContactsTimeRangeType.t;
    (*

    Type of the timestamps to use for the filter.

    *)
  2. conditionType : SearchContactsTimeRangeConditionType.t;
    (*

    Condition of the timestamp on the contact.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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