GetForumCategoryResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the category. | [default to null] |
| name | String | Name of the category. | [default to null] |
| slug | String | URL-friendly slug for the category. | [default to null] |
| description | String | Description of the category. | [default to null] |
| created_at | Date | Timestamp when the category was created. | [default to null] |
| updated_at | Date | Timestamp when the category was last updated. | [default to null] |