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

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.

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