fireblocks-sdk 2026.3.28

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**applied_operations** | Option<[**Vec<models::VaultAccountTagAttachmentOperation>**]VaultAccountTagAttachmentOperation.md> | The operations that were applied | [optional]
**pending_operations** | Option<[**Vec<models::VaultAccountTagAttachmentPendingOperation>**]VaultAccountTagAttachmentPendingOperation.md> | The operations that are pending | [optional]
**rejected_operations** | Option<[**Vec<models::VaultAccountTagAttachmentRejectedOperation>**]VaultAccountTagAttachmentRejectedOperation.md> | The operations that were rejected | [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)