# FileCommitResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**author** | [**CommitUser**](CommitUser.md) |  | [optional] [default to undefined]
**committer** | [**CommitUser**](CommitUser.md) |  | [optional] [default to undefined]
**created** | **string** |  | [optional] [default to undefined]
**html_url** | **string** |  | [optional] [default to undefined]
**message** | **string** |  | [optional] [default to undefined]
**parents** | [**Array&lt;CommitMeta&gt;**](CommitMeta.md) |  | [optional] [default to undefined]
**sha** | **string** |  | [optional] [default to undefined]
**tree** | [**CommitMeta**](CommitMeta.md) |  | [optional] [default to undefined]
**url** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: FileCommitResponse = {
    author,
    committer,
    created,
    html_url,
    message,
    parents,
    sha,
    tree,
    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)
