Values.ContactDetailsSourceDetails related to contacts.
type nonrec t = {label : ContactDetailsLabelString.t option;The contact's label.
*)value : ContactDetailsValueString.t option;The contact's value.
*)categories : CategoryList.t option;Categories of results that results must belong too.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of SensitiveBoolean.t
| `String of CategoryIdString.t ])
list ]
list
| `String of ContactDetailsLabelString.t ])
list ]