rusttwald 0.1.1

Inofficial Rust API client for the mittwald. API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# AppReplaceDatabaseRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**database_user_ids** | Option<**std::collections::HashMap<String, String>**> | The IDs of the users of the database you want the old database to be replaced with. | [optional]
**new_database_id** | [**uuid::Uuid**]uuid::Uuid.md | The ID of the database you want the old database to be replaced with. | 
**old_database_id** | [**uuid::Uuid**]uuid::Uuid.md | The ID of the database you want to be replaced. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)