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

547 B

GitObject

Properties

Name Type Description Notes
sha Option<String> The SHA hash of the Git object [optional]
r#type Option<String> The type of the Git object (e.g., commit, tag, tree, blob) [optional]
url Option<String> The URL to access this Git object [optional]

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