mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
1.1 KiB
1.1 KiB
openapi.model.NotificationModel
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | [optional] | |
| id | int | Notification id | [optional] |
| reason | String | The reason for the notification | [optional] |
| readIAN | bool | Whether the notification is marked as read | [optional] |
| details | List | [optional] [default to const []] | |
| createdAt | DateTime | The time the notification was created at | [optional] |
| updatedAt | DateTime | The time the notification was last updated | [optional] |
| embedded | NotificationModelEmbedded | [optional] | |
| links | NotificationModelLinks | [optional] |