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

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]

[Back to Model list] [Back to API list] [Back to README]