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