Values_2.SearchableSegmentAttributesCriteriaSourceThe search criteria based on searchable segment attribute key and values to search on.
type nonrec t = {key : SearchableSegmentAttributeKey.t;The key containing a searchable segment attribute.
*)values : SearchableSegmentAttributeValueList.t;The list of values to search for within a searchable segment attribute.
*)}val make :
key:SearchableSegmentAttributeKey.t ->
values:SearchableSegmentAttributeValueList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SearchableSegmentAttributeValue.t ] list
| `String of SearchableSegmentAttributeKey.t ])
list ]