open-project-flutter-api/doc/StorageWriteModel.md
2023-11-05 19:54:17 +01:00

931 B

openapi.model.StorageWriteModel

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
name Object Storage name, if not provided, falls back to a default. [optional]
applicationPassword Object 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 [optional]

[Back to Model list] [Back to API list] [Back to README]