18 lines
848 B
Markdown
18 lines
848 B
Markdown
# PackageFile
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | Option<**i64**> | The unique identifier of the package file | [optional]
|
|
**md5** | Option<**String**> | The MD5 hash of the package file | [optional]
|
|
**name** | Option<**String**> | The name of the package file | [optional]
|
|
**sha1** | Option<**String**> | The SHA1 hash of the package file | [optional]
|
|
**sha256** | Option<**String**> | The SHA256 hash of the package file | [optional]
|
|
**sha512** | Option<**String**> | The SHA512 hash of the package file | [optional]
|
|
**size** | Option<**i64**> | The size of the package file in bytes | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|