Overview
The Comment type holds information about a single build comment.
Properties
| Property |
Type |
Description |
| id |
string |
A unique identified for the comment (64-bit integer converted to a string). See RemoteApi.deleteBuildComment. |
| author |
string |
Login of the user that added the comment. |
| message |
string |
The content of the comment. |
| time |
string |
The time that the comment was added, in milliseconds since the epoch (UTC), converted to a string. |