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

1.0 KiB

openapi.model.StorageReadModel

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
id Object Storage id
type Object
name Object Storage name
hasApplicationPassword Object Whether the storage has the application password to use for the Nextcloud storage. Ignored if the provider type is not Nextcloud [optional]
createdAt Object Time of creation [optional]
updatedAt Object Time of the most recent change to the storage [optional]
embedded StorageReadModelEmbedded [optional]
links StorageReadModelLinks

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