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
**ValidationState** | [***ProjectValidationState**](ProjectValidationState.md) | | [default to null]
7
7
**ValidationErrorMessage** | **string** | | [optional][default to null]
8
+
**FailedTaskUid** | **int32** | Gets the task uid which caused the validation error. | [optional][default to null]
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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ Name | Type | Description | Notes
29
29
**ConstraintType** | [***ConstraintType**](ConstraintType.md) | Provides choices for the type of constraint that can be applied for scheduling a task. | [default to null]
30
30
**Contact** | **string** | The contact person for a task. | [optional][default to null]
31
31
**Cost** | **float32** | The projected or scheduled cost of a task. | [default to null]
32
+
**OutlineNumber** | **string** | Gets or sets a value of OutlineNumber. | [optional][default to null]
32
33
**Cv** | **float64** | The difference between the baseline cost and total cost for a task. | [default to null]
33
34
**Deadline** | [**time.Time**](time.Time.md) | The deadline for a task to be completed. | [default to null]
34
35
**DurationVariance** | **string** | Contains the difference between the total duration of a task and the baseline duration of a task. | [default to null]
@@ -118,6 +119,7 @@ Name | Type | Description | Notes
**Warning** | **bool** | Represents the flag which indicates that task has schedule discrepancies. | [default to null]
120
121
**ActivityId** | **string** | Represents activity id field - a task's unique identifier used by Primavera (only applicable to Primavera projects). | [optional][default to null]
122
+
**ExternalUid** | **int32** | Contains the external task's Unique identifier when the task is external. | [default to null]
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)
Copy file name to clipboardExpand all lines: docs/TaskLink.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
10
10
**LinkType** | [***TaskLinkType**](TaskLinkType.md) | | [default to null]
11
11
**Lag** | **int32** | | [default to null]
12
12
**LagFormat** | [***TimeUnitType**](TimeUnitType.md) | | [default to null]
13
+
**LinkLagTimeSpan** | **string** | Gets or sets lag duration, depending on LagFormat. | [default to null]
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