CmsBlogCategoryResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the blog category. | [default to null] |
| name | String | Name of the blog category. | [default to null] |
| slug | String | URL-friendly slug for the blog category. | [default to null] |
| description | String | Optional description of the blog category. | [optional] [default to null] |
| locale | String | Language/locale code (e.g., “en”, “tr”). | [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] |