Values_0.EndpointSourceInformation about the endpoint.
type nonrec t = {type_ : EndpointType.t option;Type of the endpoint.
*)address : EndpointAddress.t option;Address of the endpoint.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of EndpointAddress.t ]) list ]