NotificationResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the notification. | [default to null] |
| profile_id | Long | Profile ID of the user receiving the notification. | [default to null] |
| message | String | Notification message text. | [default to null] |
| link | String | Optional link associated with the notification. | [optional] [default to null] |
| read_status | Boolean | Whether the notification has been read. | [default to null] |
| created_at | Date | Timestamp when the notification was created. | [default to null] |