You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**failed_task_uid** | **int** | Gets the task uid which caused the validation error. | [optional]
8
9
9
10
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/Task.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ Name | Type | Description | Notes
29
29
**constraint_type** | [**ConstraintType**](ConstraintType.md) | Provides choices for the type of constraint that can be applied for scheduling a task. |
30
30
**contact** | **str** | The contact person for a task. | [optional]
31
31
**cost** | **float** | The projected or scheduled cost of a task. |
32
+
**outline_number** | **str** | Gets or sets a value of OutlineNumber. | [optional]
32
33
**cv** | **float** | The difference between the baseline cost and total cost for a task. |
33
34
**deadline** | **datetime** | The deadline for a task to be completed. |
34
35
**duration_variance** | **str** | Contains the difference between the total duration of a task and the baseline duration of a task. |
@@ -118,6 +119,7 @@ Name | Type | Description | Notes
**warning** | **bool** | Represents the flag which indicates that task has schedule discrepancies. | [default to False]
120
121
**activity_id** | **str** | Represents activity id field - a task's unique identifier used by Primavera (only applicable to Primavera projects). | [optional]
122
+
**external_uid** | **int** | Contains the external task's Unique identifier when the task is external. |
121
123
122
124
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**link_lag_time_span** | **str** | Gets or sets lag duration, depending on LagFormat. |
13
14
14
15
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments