mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
1.2 KiB
1.2 KiB
openapi.model.ProjectModel
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | [optional] | |
| id | int | Projects' id | [optional] |
| identifier | String | [optional] | |
| name | String | [optional] | |
| active | bool | Indicates whether the project is currently active or already archived | [optional] |
| statusExplanation | ProjectModelStatusExplanation | [optional] | |
| public | bool | Indicates whether the project is accessible for everybody | [optional] |
| description | Formattable | [optional] | |
| createdAt | DateTime | Time of creation | [optional] |
| updatedAt | DateTime | Time of the most recent change to the project | [optional] |
| links | ProjectModelLinks | [optional] |