# Comment

Comment represents a comment on a commit or issue

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**assets** | [**Array&lt;Attachment&gt;**](Attachment.md) |  | [optional] [default to undefined]
**body** | **string** |  | [optional] [default to undefined]
**created_at** | **string** |  | [optional] [default to undefined]
**html_url** | **string** |  | [optional] [default to undefined]
**id** | **number** |  | [optional] [default to undefined]
**issue_url** | **string** |  | [optional] [default to undefined]
**original_author** | **string** |  | [optional] [default to undefined]
**original_author_id** | **number** |  | [optional] [default to undefined]
**pull_request_url** | **string** |  | [optional] [default to undefined]
**updated_at** | **string** |  | [optional] [default to undefined]
**user** | [**User**](User.md) |  | [optional] [default to undefined]

## Example

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

const instance: Comment = {
    assets,
    body,
    created_at,
    html_url,
    id,
    issue_url,
    original_author,
    original_author_id,
    pull_request_url,
    updated_at,
    user,
};
```

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