Values.GetApplicationVersionRequestSourceReturns details about a specific version of a specific application.
type nonrec t = {applicationId : Identifier.t;The unique identifier of the application.
*)applicationVersion : Version.t;The specific version of the application.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Version.t | `String of Identifier.t ]) list ]