CommentResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the comment. | [default to null] |
| profile_id | Long | Profile ID of the comment author. | [default to null] |
| post_id | Long | ID of the post this comment belongs to. | [default to null] |
| parent_comment_id | Long | ID of the parent comment if this is a reply. | [optional] [default to null] |
| content | String | Content of the comment. | [default to null] |
| created_at | Date | Timestamp when the comment was created. | [default to null] |
| updated_at | Date | Timestamp when the comment was last updated. | [default to null] |