# RedbrickChallenge.CommentResponse

## Properties

| Name               | Type       | Description            | Notes      |
| ------------------ | ---------- | ---------------------- | ---------- |
| **id**             | **String** | comment Id             | [optional] |
| **comment**        | **String** | comment description    | [optional] |
| **likeCount**      | **String** | comment likeCount      | [optional] |
| **reCommentCount** | **String** | comment reCommentCount | [optional] |
| **userName**       | **String** | comment userName       | [optional] |
| **ci**             | **String** | comment ci             | [optional] |
| **createdAt**      | **String** | Created at             | [optional] |
| **updatedAt**      | **String** | Updated at             | [optional] |
| **deletedAt**      | **String** | deletedAt at           | [optional] |
