PostResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the post. | [default to null] |
| profile_id | Long | Profile ID of the post author. | [default to null] |
| category_id | Long | Category ID where the post belongs. | [default to null] |
| title | String | Title of the post. | [default to null] |
| content | String | Content of the post. | [default to null] |
| slug | String | URL-friendly slug for the post. | [default to null] |
| status | CommunityPostStatus | Current status of the post. | [default to null] |
| created_at | Date | Timestamp when the post was created. | [default to null] |
| updated_at | Date | Timestamp when the post was last updated. | [default to null] |