mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
20 lines
802 B
Markdown
20 lines
802 B
Markdown
# openapi.model.StorageFilesModel
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**type** | [**Object**](Object.md) | |
|
|
**files** | [**Object**](.md) | List of files provided by the selected storage. |
|
|
**parent** | [**StorageFilesModelParent**](StorageFilesModelParent.md) | |
|
|
**ancestors** | [**Object**](.md) | List of ancestors of the parent directory. Can be empty, if parent directory was root directory. |
|
|
**links** | [**StorageFileModelAllOfLinks**](StorageFileModelAllOfLinks.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)
|
|
|
|
|