Values_2.SearchableSegmentAttributesSourceThe search criteria based on searchable segment attributes of a contact
type nonrec t = {criteria : SearchableSegmentAttributesCriteriaList.t;The list of criteria based on searchable segment attributes.
*)matchType : Values_0.SearchContactsMatchType.t option;The match type combining search criteria using multiple searchable segment attributes.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `List of
[> `String of SearchableSegmentAttributeValue.t ] list
| `String of SearchableSegmentAttributeKey.t ])
list ]
list ])
list ]