mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
18 lines
931 B
Markdown
18 lines
931 B
Markdown
# openapi.model.StorageWriteModel
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**name** | [**Object**](.md) | Storage name, if not provided, falls back to a default. | [optional]
|
|
**applicationPassword** | [**Object**](.md) | The application password to use for the Nextcloud storage. Ignored if the provider type is not Nextcloud. If a string is provided, the password is set and automatic management is enabled for the storage. If null is provided, the password is unset and automatic management is disabled for the storage. | [optional]
|
|
**links** | [**StorageWriteModelLinks**](StorageWriteModelLinks.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)
|
|
|
|
|