fireblocks-sdk 2025.10.17

Rust implementation of the Fireblocks SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# NotificationAttempt

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sent_time** | **i64** | The time when the attempt was sent in milliseconds. | 
**duration** | **i32** | The duration of the attempt in milliseconds. | 
**response_code** | Option<**i32**> | The response code of the attempt, when missing refer to failureReason. | [optional]
**failure_reason** | Option<**String**> | The request failure reason in case responseCode is missing. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)