# APIEntitiesCommit


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [optional] [default to undefined]
**short_id** | **string** |  | [optional] [default to undefined]
**created_at** | **string** |  | [optional] [default to undefined]
**parent_ids** | **Array&lt;string&gt;** |  | [optional] [default to undefined]
**title** | **string** |  | [optional] [default to undefined]
**message** | **string** |  | [optional] [default to undefined]
**author_name** | **string** |  | [optional] [default to undefined]
**author_email** | **string** |  | [optional] [default to undefined]
**authored_date** | **string** |  | [optional] [default to undefined]
**committer_name** | **string** |  | [optional] [default to undefined]
**committer_email** | **string** |  | [optional] [default to undefined]
**committed_date** | **string** |  | [optional] [default to undefined]
**trailers** | **object** |  | [optional] [default to undefined]
**web_url** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: APIEntitiesCommit = {
    id,
    short_id,
    created_at,
    parent_ids,
    title,
    message,
    author_name,
    author_email,
    authored_date,
    committer_name,
    committer_email,
    committed_date,
    trailers,
    web_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)
