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

759 B

openapi.model.ProjectStorageModel

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
type String
id int The project storage's id
projectFolderMode String
createdAt DateTime Time of creation
updatedAt DateTime Time of the most recent change to the project storage
links ProjectStorageModelLinks [optional]

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