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