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

802 B

openapi.model.StorageFilesModel

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
type Object
files Object List of files provided by the selected storage.
parent StorageFilesModelParent
ancestors Object List of ancestors of the parent directory. Can be empty, if parent directory was root directory.
links StorageFileModelAllOfLinks

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