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

777 B

GitEntry

Properties

Name Type Description Notes
mode Option<String> Mode is the file mode (permissions) [optional]
path Option<String> Path is the file or directory path [optional]
sha Option<String> SHA is the Git object SHA [optional]
size Option<i64> Size is the file size in bytes [optional]
r#type Option<String> Type indicates if this is a file, directory, or symlink [optional]
url Option<String> URL is the API URL for this tree entry [optional]

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