# openapi.model.ProjectStorageModel ## Load the model package ```dart import 'package:openapi/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | | **id** | **int** | The project storage's id | **projectFolderMode** | **String** | | **createdAt** | [**DateTime**](DateTime.md) | Time of creation | **updatedAt** | [**DateTime**](DateTime.md) | Time of the most recent change to the project storage | **links** | [**ProjectStorageModelLinks**](ProjectStorageModelLinks.md) | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)