Incident Comment
This model describes a single comment from the incident’s comment list.
Field | Type | Description |
---|---|---|
author |
Integer |
ID of the user who left the comment. |
id |
String |
Comment’s ID |
incidentId |
String |
Incident’s ID |
text |
String |
Comment’s text. Supports Markdown. See the Showdown documentation for a detailed description of the used Markdown flavor. |
timestamp |
Integer |
Comment’s timestamp. |