# GitTreeResponse

GitTreeResponse returns a git tree

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**page** | **number** |  | [optional] [default to undefined]
**sha** | **string** |  | [optional] [default to undefined]
**total_count** | **number** |  | [optional] [default to undefined]
**tree** | [**Array&lt;GitEntry&gt;**](GitEntry.md) |  | [optional] [default to undefined]
**truncated** | **boolean** |  | [optional] [default to undefined]
**url** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { GitTreeResponse } from 'berg';

const instance: GitTreeResponse = {
    page,
    sha,
    total_count,
    tree,
    truncated,
    url,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
