Values.ContactsSourceA list of potential contact methods for the result/place.
type nonrec t = {phones : ContactDetailsList.t option;List of phone numbers for the results contact.
*)faxes : ContactDetailsList.t option;List of fax addresses for the result contact.
*)websites : ContactDetailsList.t option;List of website URLs that belong to the result.
*)emails : ContactDetailsList.t option;List of emails for contacts of the result.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of SensitiveBoolean.t
| `String of CategoryIdString.t ])
list ]
list
| `String of ContactDetailsLabelString.t ])
list ]
list ])
list ]