Values.ReleaseSummarySourceHigh level information for an SDK release.
type nonrec t = {releaseVersion : VersionKeyString.t option;The release version.
*)timestamp : Timestamp.t option;The timestamp of the release.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of VersionKeyString.t | `Timestamp of Timestamp.t ])
list ]