Values_1.GetPackageVersionRequestSourceGets information about the specified package version. Requires permission to access the GetPackageVersion action.
type nonrec t = {packageName : Values_0.PackageName.t;The name of the associated package.
*)versionName : Values_0.VersionName.t;The name of the target package version.
*)}val make :
packageName:Values_0.PackageName.t ->
versionName:Values_0.VersionName.t ->
unit ->
t