Module Values_2.SearchableContactAttributesCriteriaSource

The search criteria based on user-defined contact attribute key and values to search on.

Sourcetype nonrec t = {
  1. key : SearchableContactAttributeKey.t;
    (*

    The key containing a searchable user-defined contact attribute.

    *)
  2. values : SearchableContactAttributeValueList.t;
    (*

    The list of values to search for within a user-defined contact attribute.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of SearchableContactAttributeValue.t ] list | `String of SearchableContactAttributeKey.t ]) 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