java.gitea.api/docs/GitTreeResponse.md

19 lines
438 B
Markdown
Raw Normal View History

2021-02-28 22:04:54 +01:00
# GitTreeResponse
GitTreeResponse returns a git tree
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**page** | **Long** | | [optional]
**sha** | **String** | | [optional]
**totalCount** | **Long** | | [optional]
**tree** | [**List<GitEntry>**](GitEntry.md) | | [optional]
**truncated** | **Boolean** | | [optional]
**url** | **String** | | [optional]