Values.PackageDetailsSourceBasic information about a package.
type nonrec t = {packageID : PackageID.t option;Internal ID of the package.
*)packageName : PackageName.t option;User specified name of the package.
*)packageType : PackageType.t option;Currently supports only TXT-DICTIONARY.
*)packageDescription : PackageDescription.t option;User-specified description of the package.
*)packageStatus : PackageStatus.t option;Current state of the package. Values are COPYING/COPY_FAILED/AVAILABLE/DELETING/DELETE_FAILED
*)createdAt : CreatedAt.t option;Timestamp which tells creation date of the package.
*)lastUpdatedAt : LastUpdated.t option;availablePackageVersion : PackageVersion.t option;errorDetails : ErrorDetails.t option;Additional information if the package is in an error state. Null otherwise.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of PackageID.t
| `Structure of (string * [> `String of ErrorType.t ]) list
| `Timestamp of CreatedAt.t ])
list ]