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

17 lines
777 B
Markdown

# 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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)