# CreateIssueCommentOption

CreateIssueCommentOption options for creating a comment on an issue

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**body** | **string** |  | [default to undefined]
**updated_at** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: CreateIssueCommentOption = {
    body,
    updated_at,
};
```

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