mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
18 lines
699 B
Markdown
18 lines
699 B
Markdown
# openapi.model.StorageFileUploadPreparationModel
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**projectId** | [**Object**](.md) | The project identifier, from where a user starts uploading a file. |
|
|
**fileName** | [**Object**](.md) | The file name. |
|
|
**parent** | [**Object**](.md) | The directory to which the file is to be uploaded. For root directories, the value `/` must be provided. |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|