# PackageMetadata ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | Option<**String**> | Name of the Compute package. | **description** | Option<**String**> | Description of the Compute package. | **authors** | Option<**Vec**> | 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. | **hashsum** | Option<**String**> | Hash of the Compute package. | **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)