mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
13 lines
635 B
Markdown
13 lines
635 B
Markdown
# PackageFile
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **Long** | The unique identifier of the package file | [optional]
|
|
**md5** | **String** | The MD5 hash of the package file | [optional]
|
|
**name** | **String** | The name of the package file | [optional]
|
|
**sha1** | **String** | The SHA1 hash of the package file | [optional]
|
|
**sha256** | **String** | The SHA256 hash of the package file | [optional]
|
|
**sha512** | **String** | The SHA512 hash of the package file | [optional]
|
|
**size** | **Long** | The size of the package file in bytes | [optional]
|