Values.ConnectorCheckSourceA check on a connector to identify connectivity health.
type nonrec t = {type_ : CheckType.t option;The check type.
*)result : CheckResult.t option;The check result.
*)lastCheckAttempt : Timestamp.t option;The date and time of the last check attempt.
*)impairedSince : Timestamp.t option;The time when connector health began to be impaired.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Timestamp of Timestamp.t ]) list ]