# PackageMetadata
## Properties
**name** | Option<**String**> | Name of the Compute package. |
**description** | Option<**String**> | Description of the Compute package. |
**authors** | Option<**Vec<String>**> | A list of package authors' email addresses. |
**language** | Option<**String**> | The language of the Compute package. |
**size** | Option<**i32**> | Size of the Compute package in bytes. This is deprecated along with `hashsum`. |
**hashsum** | Option<**String**> | Hash of the Compute package. This is deprecated in favor of `files_hash`. |
**files_hash** | Option<**String**> | Hash of the files within the Compute package. |
[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)