mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
699 B
699 B
openapi.model.StorageFileUploadPreparationModel
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| projectId | Object | The project identifier, from where a user starts uploading a file. | |
| fileName | Object | The file name. | |
| parent | Object | The directory to which the file is to be uploaded. For root directories, the value / must be provided. |