mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
1.9 KiB
1.9 KiB
openapi.model.WorkPackagePatchModel
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| lockVersion | Object | The version of the item as used for optimistic locking | |
| subject | Object | Work package subject | [optional] |
| description | WorkPackageModelDescription | [optional] | |
| scheduleManually | Object | If false (default) schedule automatically. | [optional] |
| startDate | Object | Scheduled beginning of a work package | [optional] |
| dueDate | Object | Scheduled end of a work package | [optional] |
| date | Object | Date on which a milestone is achieved | [optional] |
| estimatedTime | Object | Time a work package likely needs to be completed excluding its descendants | [optional] |
| ignoreNonWorkingDays | Object | (NOT IMPLEMENTED) When scheduling, whether or not to ignore the non working days being defined. A work package with the flag set to true will be allowed to be scheduled to a non working day. | [optional] [readonly] |
| spentTime | Object | The time booked for this work package by users working on it # Conditions Permission view time entries | [optional] [readonly] |
| percentageDone | Object | Amount of total completion for a work package | [optional] |
| createdAt | Object | Time of creation | [optional] [readonly] |
| updatedAt | Object | Time of the most recent change to the work package | [optional] [readonly] |
| links | WorkPackagePatchModelLinks | [optional] |