19 lines
438 B
Markdown
Executable File
19 lines
438 B
Markdown
Executable File
|
|
|
|
# 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]
|
|
|
|
|
|
|