mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 15:11:56 +00:00
12 lines
672 B
Markdown
12 lines
672 B
Markdown
# 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>**](GitEntry.md) | 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]
|