HelpCategoryResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the help category | [default to null] |
| name | String | Display name of the category | [default to null] |
| slug | String | URL-friendly slug for the category | [default to null] |
| description | String | Optional description of the category’s purpose | [optional] [default to null] |
| icon | String | Optional icon identifier or URL for the 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] |