fireblocks-sdk 2.1.0

Rust implementation of the Fireblocks SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Notification

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | [**uuid::Uuid**]uuid::Uuid.md | 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**]uuid::Uuid.md> | 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)