Values.AdditionalSearchKeySourceA data type pair that consists of a KeyName and Values list that is used in conjunction with the KeyName and Values parameters to search for profiles using the SearchProfiles API.
type nonrec t = {keyName : Name.t;A searchable identifier of a customer profile.
*)values : RequestValueList.t;A list of key values.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of String1To255.t ] list | `String of Name.t ])
list ]