Files
gitea-rs/crates/gitea-client/docs/PackageFile.md
2026-03-20 16:24:40 +01:00

848 B

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] [Back to API list] [Back to README]