Values_2.SearchableContactAttributesCriteriaSourceThe search criteria based on user-defined contact attribute key and values to search on.
type nonrec t = {key : SearchableContactAttributeKey.t;The key containing a searchable user-defined contact attribute.
*)values : SearchableContactAttributeValueList.t;The list of values to search for within a user-defined contact attribute.
*)}val make :
key:SearchableContactAttributeKey.t ->
values:SearchableContactAttributeValueList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SearchableContactAttributeValue.t ] list
| `String of SearchableContactAttributeKey.t ])
list ]