CmsBlogTagResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the blog tag. | [default to null] |
| name | String | Name of the blog tag. | [default to null] |
| slug | String | URL-friendly slug for the blog tag. | [default to null] |
| locale | String | Language/locale code (e.g., “en”, “tr”). | [default to null] |
| created_at | Date | Timestamp when the tag was created. | [default to null] |
| updated_at | Date | Timestamp when the tag was last updated. | [default to null] |