Values_3.ClientDataSourceDescribes the client-specific data.
type nonrec t = {comment : Values_0.String_.t option;A user-defined comment about the disk upload.
*)uploadEnd : Values_0.DateTime.t option;The time that the disk upload ends.
*)uploadSize : Values_0.Double.t option;The size of the uploaded disk image, in GiB.
*)uploadStart : Values_0.DateTime.t option;The time that the disk upload starts.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Values_0.Double.t
| `String of Values_0.String_.t
| `Timestamp of Values_0.DateTime.t ])
list ]