BadgeResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the badge. | [default to null] |
| name | String | Name of the badge. | [default to null] |
| description | String | Description of the badge. | [default to null] |
| icon_url | String | Optional URL to the badge icon. | [optional] [default to null] |
| points_threshold | Integer | Optional points threshold required to earn the badge. | [optional] [default to null] |
| created_at | Date | Timestamp when the badge was created. | [default to null] |
| updated_at | Date | Timestamp when the badge was last updated. | [default to null] |