Name | Getter | Setter | Type | Description | Notes |
---|---|---|---|---|---|
id | getId() | setId($value) | string | The category's unique ID. | [optional] |
name | getName() | setName($value) | string | The category's name. | [optional] |
Note: All properties are protected and only accessed via getters and setters.