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

21 lines
759 B
Markdown

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