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

23 lines
1.0 KiB
Markdown

# openapi.model.StorageReadModel
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | [**Object**](.md) | Storage id |
**type** | [**Object**](Object.md) | |
**name** | [**Object**](.md) | Storage name |
**hasApplicationPassword** | [**Object**](.md) | Whether the storage has the application password to use for the Nextcloud storage. Ignored if the provider type is not Nextcloud | [optional]
**createdAt** | [**Object**](.md) | Time of creation | [optional]
**updatedAt** | [**Object**](.md) | Time of the most recent change to the storage | [optional]
**embedded** | [**StorageReadModelEmbedded**](StorageReadModelEmbedded.md) | | [optional]
**links** | [**StorageReadModelLinks**](StorageReadModelLinks.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)