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

950 B

Package

Properties

Name Type Description Notes
created_at Option<String> [optional]
creator Option<models::User> [optional]
html_url Option<String> The HTML URL to view the package [optional]
id Option<i64> The unique identifier of the package [optional]
name Option<String> The name of the package [optional]
owner Option<models::User> [optional]
repository Option<models::Repository> [optional]
r#type Option<String> The type of the package (e.g., npm, maven, docker) [optional]
version Option<String> The version of the package [optional]

[Back to Model list] [Back to API list] [Back to README]