firefly-iii 0.2.3

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**is_demo_site** | Option<**bool**> |  | [optional]
**permission_update_check** | Option<**i32**> | If the user has given permission to check for updates. - null = never asked. - -1 = never asked. - 0 = no permission. - 1 = permission  | [optional]
**last_update_check** | Option<**String**> |  | [optional]
**single_user_mode** | Option<**bool**> | Whether other users can register. | [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)