Values.AppVersionSummarySourceVersion of an application.
type nonrec t = {appVersion : EntityVersion.t option;Version of an application.
*)creationTime : TimeStamp.t option;Creation time of the application version.
*)identifier : LongOptional.t option;Identifier of the application version.
*)versionName : EntityVersion.t option;Name of the application version.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of LongOptional.t
| `String of EntityVersion.t
| `Timestamp of TimeStamp.t ])
list ]