mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
1.0 KiB
1.0 KiB
openapi.model.VersionModel
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Object | Version id | [optional] [readonly] |
| name | Object | Version name | |
| description | ActivityModelComment | [optional] | |
| startDate | Object | [optional] | |
| endDate | Object | [optional] | |
| status | Object | The current status of the version | |
| sharing | Object | The current status of the version | |
| createdAt | Object | Time of creation | [readonly] |
| updatedAt | Object | Time of the most recent change to the version | [readonly] |
| links | VersionModelLinks | [optional] |