Model representing a comment on a Change Request.
| Name | Type | Description | Notes |
|---|---|---|---|
| changeRequestCommentId | Long | Identifier of the Change Request comment. | |
| body | String | Body content of the comment. | |
| createdAt | OffsetDateTime | The UTC date and time when the comment was created. | |
| userEmail | String | Email of the user who created the comment. | |
| userFullName | String | Full name of the user who created the comment. | |
| editedAt | OffsetDateTime | Optional UTC date and time when the comment was last edited. |