# Commit


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**author** | [**User**](User.md) |  | [optional] [default to undefined]
**commit** | [**RepoCommit**](RepoCommit.md) |  | [optional] [default to undefined]
**committer** | [**User**](User.md) |  | [optional] [default to undefined]
**created** | **string** |  | [optional] [default to undefined]
**files** | [**Array&lt;CommitAffectedFiles&gt;**](CommitAffectedFiles.md) |  | [optional] [default to undefined]
**html_url** | **string** |  | [optional] [default to undefined]
**parents** | [**Array&lt;CommitMeta&gt;**](CommitMeta.md) |  | [optional] [default to undefined]
**sha** | **string** |  | [optional] [default to undefined]
**stats** | [**CommitStats**](CommitStats.md) |  | [optional] [default to undefined]
**url** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: Commit = {
    author,
    commit,
    committer,
    created,
    files,
    html_url,
    parents,
    sha,
    stats,
    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)
