Values.PackageVersionHistorySourceDetails about a package version.
type nonrec t = {packageVersion : PackageVersion.t option;The package version.
*)commitMessage : CommitMessage.t option;A message associated with the package version when it was uploaded.
*)createdAt : CreatedAt.t option;The date and time when the package was created.
*)pluginProperties : PluginProperties.t option;Additional information about plugin properties if the package is a ZIP-PLUGIN package.
*)packageConfiguration : PackageConfiguration.t option;The configuration details for a specific version of a package.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of PackageVersion.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Long of UncompressedPluginSizeInBytes.t
| `String of PluginName.t ])
list
| `Timestamp of CreatedAt.t ])
list ]