CreateCommentRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| post_id | Long | ID of the post to comment on. | [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] |