mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 15:11:56 +00:00
672 B
672 B
GitTreeResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| page | Long | Page is the current page number for pagination | [optional] |
| sha | String | SHA is the tree object SHA | [optional] |
| totalCount | Long | TotalCount is the total number of entries in the tree | [optional] |
| tree | List<GitEntry> | Entries contains the tree entries (files and directories) | [optional] |
| truncated | Boolean | Truncated indicates if the response was truncated due to size | [optional] |
| url | String | URL is the API URL for this tree | [optional] |