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

25 lines
1.0 KiB
Markdown

# openapi.model.VersionModel
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | [**Object**](.md) | Version id | [optional] [readonly]
**name** | [**Object**](.md) | Version name |
**description** | [**ActivityModelComment**](ActivityModelComment.md) | | [optional]
**startDate** | [**Object**](.md) | | [optional]
**endDate** | [**Object**](.md) | | [optional]
**status** | [**Object**](.md) | The current status of the version |
**sharing** | [**Object**](.md) | The current status of the version |
**createdAt** | [**Object**](.md) | Time of creation | [readonly]
**updatedAt** | [**Object**](.md) | Time of the most recent change to the version | [readonly]
**links** | [**VersionModelLinks**](VersionModelLinks.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)