Values.CanaryLastRunSourceThis structure contains information about the most recent run of a single canary.
type nonrec t = {canaryName : CanaryName.t option;The name of the canary.
*)lastRun : CanaryRun.t option;The results from this canary's most recent run.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of CanaryName.t
| `Structure of
(string
* [> `Enum of string
| `Integer of RetryAttempt.t
| `String of UUID.t
| `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ])
list ])
list ]