mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
26 lines
1.2 KiB
Markdown
26 lines
1.2 KiB
Markdown
# openapi.model.ProjectModel
|
|
|
|
## Load the model package
|
|
```dart
|
|
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**](ProjectModelStatusExplanation.md) | | [optional]
|
|
**public** | **bool** | Indicates whether the project is accessible for everybody | [optional]
|
|
**description** | [**Formattable**](Formattable.md) | | [optional]
|
|
**createdAt** | [**DateTime**](DateTime.md) | Time of creation | [optional]
|
|
**updatedAt** | [**DateTime**](DateTime.md) | Time of the most recent change to the project | [optional]
|
|
**links** | [**ProjectModelLinks**](ProjectModelLinks.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)
|
|
|
|
|