# openapi.model.NotificationDto ## Load the model package ```dart import 'package:openapi/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **createdAt** | [**DateTime**](DateTime.md) | Creation date | **data** | **Optional?>** | Additional notification data | [optional] [default to const {}] **description** | **Optional** | Notification description | [optional] **id** | **String** | Notification ID | **level** | [**NotificationLevel**](NotificationLevel.md) | | **readAt** | [**Optional**](DateTime.md) | Date when notification was read | [optional] **title** | **String** | Notification title | **type** | [**NotificationType**](NotificationType.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)