Values.ImageStateSourceImage status and the reason for that status.
type nonrec t = {status : ImageStatus.t option;The status of the image.
*)reason : NonEmptyString.t option;The reason for the status of the image.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]