Values.AdapterOverviewSourceContains information on the adapter, including the adapter ID, Name, Creation time, and feature types.
type nonrec t = {adapterId : AdapterId.t option;A unique identifier for the adapter resource.
*)adapterName : AdapterName.t option;A string naming the adapter resource.
*)creationTime : DateTime.t option;The date and time that the adapter was created.
*)featureTypes : FeatureTypes.t option;The feature types that the adapter is operating on.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of AdapterId.t
| `Timestamp of DateTime.t ])
list ]