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

3.0 KiB

openapi.model.NotificationModelEmbeddedResource

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
id Object Work package id [optional] [readonly]
lockVersion Object The version of the item as used for optimistic locking [optional] [readonly]
subject Object Work package subject
type Object [optional] [readonly]
description WorkPackageModelDescription [optional]
scheduleManually Object If false (default) schedule automatically. [optional]
readonly Object If true, the work package is in a readonly status so with the exception of the status, no other property can be altered. [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]
derivedStartDate Object Similar to start date but is not set by a client but rather deduced by the work packages' descendants. If manual scheduleManually is active, the two dates can deviate. [optional] [readonly]
derivedDueDate Object Similar to due date but is not set by a client but rather deduced by the work packages' descendants. If manual scheduleManually is active, the two dates can deviate. [optional] [readonly]
duration Object (NOT IMPLEMENTED) The amount of time in hours the work package needs to be completed. Not available for milestone type of work packages. [optional] [readonly]
estimatedTime Object Time a work package likely needs to be completed excluding its descendants [optional]
derivedEstimatedTime Object Time a work package likely needs to be completed including its descendants [optional] [readonly]
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 WorkPackageModelLinks

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