fireblocks-sdk 2026.3.27

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**resource_id** | **uuid::Uuid** | The resource id to resend notifications for | 
**exclude_statuses** | Option<[**Vec<models::NotificationStatus>**](NotificationStatus.md)> | (optional) List of notification statuses to exclude from the resend operation     - It's optional but it must be included. For example, if there is no status, the syntax will be \"excludeStatuses\": []     - Empty array means all statuses will be included     - If you want to exclude some statuses, you can use the following example: [ IN_PROGRESS, FAILED ]     - Default if missing, means all statuses other than \"COMPLETED\" will be included  | [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)