mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
12 lines
568 B
Markdown
12 lines
568 B
Markdown
# GitEntry
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**mode** | **String** | Mode is the file mode (permissions) | [optional]
|
|
**path** | **String** | Path is the file or directory path | [optional]
|
|
**sha** | **String** | SHA is the Git object SHA | [optional]
|
|
**size** | **Long** | Size is the file size in bytes | [optional]
|
|
**type** | **String** | Type indicates if this is a file, directory, or symlink | [optional]
|
|
**url** | **String** | URL is the API URL for this tree entry | [optional]
|