[@webitel/api-services](../index.html) / [\_models](../modules/_models.html) / CasesCaseComment
# Interface: CasesCaseComment
Represents a comment associated with a case.
## Properties
### author?
> `optional` **author**: [`GeneralLookup`](../wiki/_models.GeneralLookup.html)
Contact-author of the comment.
***
### canEdit?
> `optional` **canEdit**: `boolean`
Indicates if the comment can be edited by current user.
***
### caseId?
> `optional` **caseId**: `string`
Optional relation to the associated case.
***
### createdAt?
> `optional` **createdAt**: `string`
Timestamp (in milliseconds) of when the comment was created.
***
### createdBy?
> `optional` **createdBy**: [`GeneralLookup`](../wiki/_models.GeneralLookup.html)
User who created the comment.
***
### edited?
> `optional` **edited**: `boolean`
Indicates if the comment was edited; true if created_at < updated_at.
***
### etag?
> `optional` **etag**: `string`
***
### id?
> `optional` **id**: `string`
Main identifier for read, update, and delete operations.
***
### roleIds?
> `optional` **roleIds**: `string`[]
***
### text?
> `optional` **text**: `string`
The content of the comment.
***
### updatedAt?
> `optional` **updatedAt**: `string`
Timestamp (in milliseconds) of the last update.
***
### updatedBy?
> `optional` **updatedBy**: [`GeneralLookup`](../wiki/_models.GeneralLookup.html)
User who last updated the comment.
***
### ver?
> `optional` **ver**: `number`
Version number of the comment, used for concurrency control.