Values.FoundByKeyValueSourceA data type pair that consists of a KeyName and Values list that were used to find a profile returned in response to a SearchProfiles request.
type nonrec t = {keyName : Name.t option;A searchable identifier of a customer profile.
*)values : RequestValueList.t option;A list of key values.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of String1To255.t ] list | `String of Name.t ])
list ]