firefly-iii 0.3.0

Rust API client for firefly-iii
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# UserGroupReadMembers

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**user_id** | Option<**String**> | The ID of the member. | [optional][readonly]
**user_email** | Option<**String**> | The email address of the member | [optional][readonly]
**you** | Option<**bool**> | Is this you? (the current user) | [optional][readonly]
**roles** | Option<[**Vec<models::UserGroupReadRole>**]UserGroupReadRole.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)