open-project-flutter-api/doc/NotificationModel.md
2023-11-05 19:54:17 +01:00

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]

[Back to Model list] [Back to API list] [Back to README]