mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
25 lines
1.0 KiB
Markdown
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)
|
|
|
|
|