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
# ConsoleUser

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | The unique identifier of the user | [optional]
**first_name** | Option<**String**> | The first name of the user | [optional]
**last_name** | Option<**String**> | The last name of the user | [optional]
**email** | Option<**String**> | The email address of the user | [optional]
**role** | Option<[**models::UserRole**]UserRole.md> |  | [optional]
**enabled** | Option<**bool**> | Whether the user is enabled or not | [optional]
**status** | Option<[**models::UserStatus**]UserStatus.md> |  | [optional]
**user_type** | Option<[**models::UserType**]UserType.md> |  | [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)