Properties
Name | Type | Required | Description |
---|---|---|---|
Data | List<CommentResponseData> |
❌ |
Information about the comment.
Properties
Name | Type | Required | Description |
---|---|---|---|
Id | long | ❌ | The comment's ID. |
CreatedBy | long | ❌ | The user ID of the user who created the comment. |
CreatedAt | string | ❌ | The date and time at which the comment was created. |
UpdatedAt | string | ❌ | The date and time when the comment was last updated. |
Body | string | ❌ | The contents of the comment. |