# 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)