777 B
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] |