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
Copy file name to clipboardExpand all lines: docs/Job.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
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
15
15
**updated_at** | **datetime** | | [optional]
16
16
**automation_id** | **str** | The ID of the automation that created this job, or null if the job was created manually. | [optional]
17
17
**job_template_id** | **str** | The ID of the job template this job was created from, or null if no template was used. | [optional]
18
+
**review_due_date** | **datetime** | The review due date for this job. Returns `null` when the project does not have review workflow enabled. | [optional]
18
19
19
20
[[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/JobDetails.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
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
15
15
**updated_at** | **datetime** | | [optional]
16
16
**automation_id** | **str** | The ID of the automation that created this job, or null if the job was created manually. | [optional]
17
17
**job_template_id** | **str** | The ID of the job template this job was created from, or null if no template was used. | [optional]
18
+
**review_due_date** | **datetime** | The review due date for this job. Returns `null` when the project does not have review workflow enabled. | [optional]
0 commit comments