Values.HealthCheckSourceInformation about the operational status and health of a connectorV2.
type nonrec t = {connectorStatus : ConnectorStatus.t option;The status of the connectorV2.
*)message : NonEmptyString.t option;The message for the reason of connectorStatus change.
*)lastCheckedAt : Timestamp.t option;ISO 8601 UTC timestamp for the time check the health status of the connectorV2.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of NonEmptyString.t
| `Timestamp of Timestamp.t ])
list ]