Files
2025-09-07 00:21:05 +00:00

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]