# Notification
## Properties
**id** | **uuid::Uuid** | The id of the Notification |
**created_at** | **String** | The creation date of the notification |
**updated_at** | **String** | The date when the notification was updated |
**status** | [**models::NotificationStatus**](NotificationStatus.md) | |
**event_type** | [**models::WebhookEvent**](WebhookEvent.md) | |
**event_version** | **f64** | The event version of the Notification |
**resource_id** | Option<**uuid::Uuid**> | The resource id of the event which the Notification is listen to | [optional]
**attempts** | Option<**Vec<String>**> | The attempts related to Notification | [optional][default to []]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)